Skip to content

v0.24.0

Latest
Compare
Choose a tag to compare
@bkonkle bkonkle released this 24 Sep 01:31
bc2461f

0.24.0

Added

  • 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.
  • nakago-async-graphql - Updated nakago-axum.