FastJWT Exception
AccessTokenRequiredError
Bases: TokenTypeError
Exception raised when an access
token is missing from request
BadConfigurationError
Bases: FastJWTException
Exception raised when FastJWT configuration contains wrong parameters
CSRFError
Bases: FastJWTException
Exception raised when CSRF protection failed
FastJWTException
FreshTokenRequiredError
Bases: TokenError
Exception raised when a not fresh token was used in request
JWTDecodeError
Bases: FastJWTException
Exception raised when decoding JSON Web Token fails
MissingCSRFTokenError
Bases: MissingTokenError
Exception raised when no CSRF token can be parsed from request
MissingTokenError
Bases: TokenError
Exception raised when no token can be parsed from request
NoAuthorizationError
Bases: FastJWTException
Exception raised when no token can be parsed from request
RefreshTokenRequiredError
Bases: TokenTypeError
Exception raised when an refresh
token is missing from request
RevokedTokenError
Bases: TokenError
Exception raised when a revoked token has been used
TokenError
Bases: FastJWTException
Base Exception for token related errors
TokenRequiredError
Bases: TokenError
Exception raised when no token was used in request
TokenTypeError
Bases: TokenError
Exception raised when a specific token type is expected