Files
fastapi-users/README.md
François Voron c00fe925c2 Fix logo on README
2019-10-13 10:58:48 +02:00

1.4 KiB

FastAPI Users

FastAPI Users

Ready-to-use and customizable users management for FastAPI

Build Status codecov Dependabot Status


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

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


Work in progress 🚧

This library is currently in early stage development. First working version soon!

Features

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