1 repositorio
Generates OpenAPI documentation specifically for authentication and authorization endpoints.
Distinct from OpenAPI Schema Generators: Distinct from OpenAPI Schema Generators: focuses on documenting auth endpoints rather than general API schemas.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Authentication Endpoint Documenters. Refine with filters or upvote what's useful.
FastAPI Users is a ready-to-use authentication library for FastAPI applications that handles user registration, login, password reset, email verification, and profile retrieval with minimal configuration. It provides a complete authentication system built around pluggable backends and transports, supporting JWT tokens, database sessions, and Redis-based token storage that can be combined in a single route. The library distinguishes itself through its modular architecture, offering router-based module composition that organizes authentication flows as independent FastAPI routers for registrati
Generates complete OpenAPI docs for all authentication endpoints, even with multiple backends.