# Functions
No description provided by the author
ClaimsMiddleware extracts the JWT token from `Authorization: Bearer <token>` HTTP header.
No description provided by the author
No description provided by the author
No description provided by the author
Middleware parses JWT token from Authorization Bearer token This middleware does *not* run JWT verification.
No description provided by the author
No description provided by the author
# Type aliases
ErrorHandlerFunc intercepts error handling for ClaimsMiddleware Return false if you want to terminate the request and respond to the user Return true to continue the request.