Expand description
Module that handles the authentication and
Structsยง
- Represents the result of authentication, indicating whether it was successful or not.
- Credentials ๐Represents user credentials extracted from an authorization header.
Functionsยง
- extract_
credentials ๐Extracts credentials from the authorization header in the following steps - Verifies user login based on extracted credentials and configuration settings.
- Verifies a session token extracted from an HTTP request against stored session mappings and configuration.