Expand description
API Key storage and validation
Provides database-backed API key management with hashing and lookup.
Structs§
- ApiKey
Record - An API key record stored in the database
- Memory
ApiKey Store - In-memory implementation of API key store (for testing)
Enums§
- ApiKey
Error - API key errors
Traits§
- ApiKey
Store - API key storage trait
Functions§
- validate_
api_ key - Validate an API key and return the associated record if valid