Add direct links to open Repl.it full examples

This commit is contained in:
François Voron
2021-09-21 08:33:29 +02:00
parent eb47dc8e75
commit 06a1832ac1
2 changed files with 14 additions and 0 deletions

View File

@@ -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)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-sqlalchemy?embed=true"></iframe>
## MongoDB
[Open ↗️](https://replit.com/@frankie567/fastapi-users-mongodb)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-mongodb?embed=true"></iframe>
## Tortoise ORM
[Open ↗️](https://replit.com/@frankie567/fastapi-users-tortoise)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-tortoise?embed=true"></iframe>
## Ormar
[Open ↗️](https://replit.com/@frankie567/fastapi-users-ormar)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-ormar?embed=true"></iframe>
## What now?

View File

@@ -121,12 +121,18 @@ app.include_router(
#### SQLAlchemy
[Open ↗️](https://replit.com/@frankie567/fastapi-users-sqlalchemy-oauth)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-sqlalchemy-oauth?embed=true"></iframe>
#### MongoDB
[Open ↗️](https://replit.com/@frankie567/fastapi-users-mongodb-oauth)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-mongodb-oauth?embed=true"></iframe>
#### Tortoise ORM
[Open ↗️](https://replit.com/@frankie567/fastapi-users-tortoise-oauth)
<iframe frameborder="0" width="100%" height="500px" src="https://replit.com/@frankie567/fastapi-users-tortoise-oauth?embed=true"></iframe>