Expand description
Authentication module for HTTP Basic Authentication (RFC 7617) and Bearer Token (RFC 6750).
Provides credential storage, verification, and HTTP header parsing for implementing Basic Authentication and Bearer Token authentication in WiseGate.
Modules§
- hash
- Native password hash verification for Apache htpasswd formats.
Structs§
- Credential
- A single credential entry (username and password/hash).
- Credentials
- Stores credentials for authentication.
Functions§
- check_
basic_ auth - Checks if the request has valid Basic authentication.
- check_
bearer_ token - Checks if the request has a valid Bearer token.