FastAPI Service with JWT verification and tests.
Associated article can be found at these locations:
- Personal portfolio: http://localhost:4000/fastapi/python/jwt/authentication/security/fast-api-with-jwt/
- LinkedIn:
- Medium:
https://github.com/tangledpath/fast-api-jwt
https://tangledpath.github.io/fast-api-jwt
Clone repository: git clone https://github.com/tangledpath/fast-api-jwt.git
Linting is done via autopep8
script/lint.sh
Generates to ./docs (as one part of build process). See build script for more info.
script/build.sh
clear; pytest
script/build.sh