diff --git a/docs/configuration/full-example.md b/docs/configuration/full-example.md index 333e9e70..b2a9221e 100644 --- a/docs/configuration/full-example.md +++ b/docs/configuration/full-example.md @@ -8,19 +8,27 @@ Here is a full working example with JWT authentication to help get you started. ## SQLAlchemy +[Open ↗️](https://replit.com/@frankie567/fastapi-users-sqlalchemy) + ## MongoDB +[Open ↗️](https://replit.com/@frankie567/fastapi-users-mongodb) + ## Tortoise ORM +[Open ↗️](https://replit.com/@frankie567/fastapi-users-tortoise) + ## Ormar +[Open ↗️](https://replit.com/@frankie567/fastapi-users-ormar) + ## What now? diff --git a/docs/configuration/oauth.md b/docs/configuration/oauth.md index 7c5132fc..f2d0164f 100644 --- a/docs/configuration/oauth.md +++ b/docs/configuration/oauth.md @@ -121,12 +121,18 @@ app.include_router( #### SQLAlchemy +[Open ↗️](https://replit.com/@frankie567/fastapi-users-sqlalchemy-oauth) + #### MongoDB +[Open ↗️](https://replit.com/@frankie567/fastapi-users-mongodb-oauth) + #### Tortoise ORM +[Open ↗️](https://replit.com/@frankie567/fastapi-users-tortoise-oauth) +