Files
fastapi-users/README.md
François Voron a5618399a1 Fix #9: Write documentation (#16)
* Start to write documentation

* Add docs favicon

* Add routes documentation

* Add doc about dependency callables

* Add information about how to make authenticated calls
2019-10-19 18:16:08 +02:00

1.5 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


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.
  • Customizable database backend
    • SQLAlchemy backend included
    • MongoDB backend included (#4)
  • Customizable authentication backend
    • JWT authentication backend included