Expand description
Configuration types for JWT and API key extraction.
Provides AuthConfig as the top-level configuration, along with
HeaderConfig for JWT token extraction from HTTP headers/cookies and
APIHeaderConfig for API key header extraction.
Structsยง
- APIHeader
Config - Configuration for extracting API keys from HTTP headers.
- Auth
Config - Top-level authentication configuration.
- Header
Config - Configuration for extracting JWT tokens from HTTP headers and cookies.