Module sysmonk::squire::authenticator
source · Expand description
Module that handles the authentication and
Structs§
- Represents the result of authentication, indicating whether it was successful or not.
- Represents user credentials extracted from an authorization header.
Functions§
- 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.