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
$: fastapi dev main.py