mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-14 18:58:10 +08:00

* Start to write documentation * Add docs favicon * Add routes documentation * Add doc about dependency callables * Add information about how to make authenticated calls
333 B
333 B
Installation
You can add FastAPI Users to your FastAPI project in a few easy steps. First of all, install the dependency:
pip install fastapi-users
...or if you're already in the future:
pipenv install fastapi-users
That's it! Now, let's have a look at our User model.