mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 03:04:27 +08:00

* Implement MongoDB adapter using motor * Add mongo container to build pipeline * Tidy up dependencies * Update documentation for MongoDB * Export MongoDB adapter from db package * Pass black format * Update README
347 B
347 B
Full example
Here is a full working example with JWT authentication to help get you started.
{!./src/full_sqlalchemy.py!}
{!./src/full_mongodb.py!}
What now?
You're ready to go! Be sure to check the Usage section to understand how yo work with FastAPI Users.