Expand description
Authentication module for the HTTP API
Provides:
- User credential management (loaded from JSON file)
- Password verification using PBKDF2-HMAC-SHA256
- Bearer token generation and validation using HMAC-SHA256
Structsยง
- Auth
Service - Authentication service that manages credentials and tokens
- Token
Request - Request body for token generation
- Token
Response - Response body for successful token generation
- User
Credential - A user credential stored in the credentials file