auth-middleware
Contents:
Installation
User Guide
Middleware Configuration
The User Property
Control Authentication and Authorization
API
jwt_auth_middleware
jwt_auth_provider
jwt_bearer_manager
JWTBearerManager
types
functions
exceptions
cognito_provider
entra_id_provider
auth-middleware
API
jwt_bearer_manager
View page source
jwt_bearer_manager
class
auth_middleware.jwt_bearer_manager.
JWTBearerManager
(
auth_provider
:
JWTAuthProvider
,
auto_error
:
bool
=
True
)