# fastapi-users **Repository Path**: leexuanhe/fastapi-users ## Basic Information - **Project Name**: fastapi-users - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-06 - **Last Updated**: 2022-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI Users
Ready-to-use and customizable users management for FastAPI
[](https://github.com/fastapi-users/fastapi-users/actions) [](https://codecov.io/gh/fastapi-users/fastapi-users) [](https://badge.fury.io/py/fastapi-users) [](https://pepy.tech/project/fastapi-users) [](#contributors-) --- **Documentation**: https://fastapi-users.github.io/fastapi-users/ **Source Code**: https://github.com/fastapi-users/fastapi-users --- Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible. ## Features * [X] Extensible base user model * [X] Ready-to-use register, login, reset password and verify e-mail routes * [X] Ready-to-use social OAuth2 login flow * [X] Dependency callables to inject current user in route * [X] Pluggable password validation * [X] Customizable database backend * [X] SQLAlchemy async backend included thanks to [encode/databases](https://www.encode.io/databases/) * [X] MongoDB async backend included thanks to [mongodb/motor](https://github.com/mongodb/motor) * [X] [Tortoise ORM](https://tortoise-orm.readthedocs.io/en/latest/) backend included * [X] [ormar](https://collerek.github.io/ormar/) backend included * [X] Multiple customizable authentication backends * [X] Transports: Authorization header, Cookie * [X] Strategies: JWT, Redis * [X] Full OpenAPI schema support, even with several authentication backends ## π Discover my book: *Building Data Science Applications with FastAPI*