Skip to content

nightblure/jwt_auth

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

No packages published