Skip to main content

Module auth

Module auth 

Source
Expand description

API key authentication manager.

Provides bearer token authentication for the HTTP API. Keys are stored as SHA-256 hashes for security.

Structsยง

AuthManager
Manages API key authentication.
KeyMeta
Metadata about an API key (stored alongside the hash).