You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
JWTClaims jwtId changed from UUID to String, to be able to use SecureRandomId
TaggedByteSyntax changed from toArray to asByteArray
Alg type parameter removed from authenticator
BackingStore 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 and AEADCookie method fromRaw changed to apply