Expand description
Authentication methods and logic
This module contains the core authentication logic for different authentication schemes: JWT, Basic Auth, OAuth2, and API keys.
Functionsยง
- authenticate_
api_ key - Authenticate using API key
- authenticate_
basic - Authenticate using Basic Auth
- authenticate_
jwt - Authenticate using JWT
- authenticate_
request - Authenticate a request using various methods