This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
Releases: jmcardon/tsec
Releases · jmcardon/tsec
v0.2.0-RC1
- circe 0.13.0-RC1
- http4s 0.21.0-RC2
- commons-codec 1.14
- fs2 2.2.1
v0.1.0
0.0.1-M11
0.0.1-M9
0.0.1-M8
0.0.1-M7
0.0.1-M6
0.0.1-M4
This release adds:
- Credentials-based authentication
- CSRF
- Improved Documentation
- Bearer Token Authenticator
- SecureRandomId generation
Breaking changes:
- JWTClaims
jwtId
changed from UUID to String, to be able to useSecureRandomId
- TaggedByteSyntax changed from
toArray
toasByteArray
Alg
type parameter removed from authenticatorBackingStore
signature changed.Authorization
signature changed to include the token type- Type parameters are now consistent across all authorization and authentication related classes, with left
to right ordering with priority:Effect type > Id type > User Type > Token type
. Auth token type is always last. SignedCookie
andAEADCookie
methodfromRaw
changed toapply