Skip to content

A FastAPI app that utilizes JWT authentication for protected routes. This project uses Deta Micro & Base for hosting the app, as well as the database.

Notifications You must be signed in to change notification settings

copev313/FastAPI-JWT-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI-JWT-Auth

A FastAPI app that utilizes JWT authentication for protected routes. This project uses Deta Micro & Base for hosting the app, as well as a NoSQL database.


Specs

Deta Version: v1.3.3-beta


To Run

Execute the following command from the fastapi_jwt_auth directory:

uvicorn --host=0.0.0.0 --port 8000 --reload "main:app"

About

A FastAPI app that utilizes JWT authentication for protected routes. This project uses Deta Micro & Base for hosting the app, as well as the database.

Topics

Resources

Stars

Watchers

Forks

Languages