v0.24.0 #123
bkonkle
announced in
Announcements
v0.24.0
#123
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.24.0
Added
nakago-axum
- Added aToken<T>
extractor that uses theT
for private claims using biscuit::ClaimsSet.Removed
nakago-ws
- RemovedSession
in favor of a generic type parameter for theConnections
struct.Changed
nakago-axum
- Renamed the authValidator
toJWKSValidator
for clarity.nakago-axum
- Moved the Unverified Validator out to a separate struct that is only built whencfg(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
- Updatednakago-axum
.This discussion was created from the release v0.24.0.
Beta Was this translation helpful? Give feedback.
All reactions