Auth Module
JWT-based authentication, guards, middleware adapters.
Submodules
auth/mfa— TOTP 2FA, recovery codesauth/apikey— API key validation (auth/apikey/memoryfor in-memory store)auth/webauthn— WebAuthn/Passkeysauth/magiclink— magic link / email OTPauth/blacklist— JWT blacklist (logout). Wire viaauth.Modules.Blacklist;ParseAndValidaterejects blacklisted tokens.auth/oauth2provider— OAuth2 authorization server
Config
Issuer,Audience,SecretKey(orSigningKeys+ActiveKID)AccessTokenTTL,RefreshTokenTTL