mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Add direct links to open Repl.it full examples
This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user