Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Authentication API with Python (FastAPI, OAuth)

username and password authentication implemented using python (FastAPI and SQLite). It uses JWT or JSON Web tokens to save Session data in the browser

Project External Dependencies
  • FastAPI
  • SQLmodel (SQL ORM)
  • passlib (Crypto library)
  • jose
Run the server with
$: fastapi dev main.py

About

An email and username Authentication RestAPI implemented in python using the FastAPI framework and OAuth authorization!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages