Installation¶
You can add FastAPI Users to your FastAPI project in a few easy steps. First of all, install the dependency:
With SQLAlchemy support¶
With MongoDB support¶
With Tortoise ORM support¶
With ormar support¶
That's it! Now, let's have a look at our User model.