Auth
Overview
Fountain provides authentication helpers for token issuance/verification and third-party identity providers.
Available packages:
auth_token— issue and validate auth tokens (JWT-style).social_auth— social login providers.firebase_auth— Firebase authentication integration.
See also
- Reference:
auth_token,social_auth,firebase_auth - Servers — protect HTTP/gRPC endpoints
- Examples index