From 06a1832ac12be6e63a6f7e7c52f970f0aaa6aeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 21 Sep 2021 08:33:29 +0200 Subject: [PATCH] Add direct links to open Repl.it full examples --- docs/configuration/full-example.md | 8 ++++++++ docs/configuration/oauth.md | 6 ++++++ 2 files changed, 14 insertions(+) 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) +