nightblure / jwt_auth

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 97.5%Language:Mako 2.5%