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
Decodes jwt access tokens and sets decoded claim on request extensions.
Includes Decoder trait to abstract decoding details away and a simple in-place decoder implementing it.
Check out docs & usage examples by running cargo doc --open