sysmonk::squire

Module authenticator

source
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ยง

  • 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.