Expand description
Authentication module for HTTP Basic Authentication (RFC 7617).
Provides credential storage, verification, and HTTP header parsing for implementing Basic 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 authentication.