Skip to content

nightblure/jwt_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT auth with FastAPI

build codecov uv Ruff MyPy Strict

Create migration

alembic revision --autogenerate -m 'Create user table'

Run migration

alembic upgrade head

Run tests

make test

Static analyze

make lint
make mypy

About

Authentication web service based on JSON Web Tokens with unit and integration (api) tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors