1 रिपॉजिटरी
Ready-to-use routers and dependencies for adding login, registration, password reset, and email verification to FastAPI applications.
Distinct from User Authentication Workflows: Distinct from User Authentication Workflows: specifically targets FastAPI applications with modular router-based composition, not generic workflow patterns.
Explore 1 awesome GitHub repository matching security & cryptography · FastAPI Authentication Modules. 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
Adding login, registration, password reset, and email verification to a FastAPI application with minimal code.