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
nakago-axum - Added a Token<T> extractor that uses the T for private claims using biscuit::ClaimsSet.
Removed
nakago-ws - Removed Session in favor of a generic type parameter for the Connections struct.
Changed
nakago-axum - Renamed the auth Validator to JWKSValidator for clarity.
nakago-axum - Moved the Unverified Validator out to a separate struct that is only built when cfg(test) is enabled.
nakago-ws - Handlers now accept a new Token type, which contains the JWT string and the Registered Claims for use in more complex authorization scenarios.
nakago-ws - Changed the signature of Handlers to use Results for better error handling.