/jwt_auth

Authentication web service based on JSON Web Tokens with e2e and unit tests

Primary LanguagePython

JWT auth with FastAPI

build codecov


Create migration

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

Run migration

alembic upgrade head

Run tests

pytest -rA --cov-report term-missing --cov=src

Links