Files
fastapi-users/README.md
2019-10-20 10:23:46 +02:00

1.7 KiB

FastAPI Users

FastAPI Users

Ready-to-use and customizable users management for FastAPI

build codecov Dependabot Status PyPI version


Documentation: https://frankie567.github.io/fastapi-users/

Source Code: https://github.com/frankie567/fastapi-users


Add quickly a registration and authentication system to your FastAPI project. FastAPI Users is designed to be as customizable and adaptable as possible.

Features

  • Extensible base user model
  • Ready-to-use register, login, forgot and reset password routes.
  • Customizable database backend
    • SQLAlchemy backend included
    • MongoDB backend included (#4)
  • Customizable authentication backend
    • JWT authentication backend included

License

This project is licensed under the terms of the MIT license.