This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
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