
fastapi-jwt-auth 0.5.0
0
FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)
Contents
FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)
Stars: 362, Watchers: 362, Forks: 61, Open Issues: 47The IndominusByte/fastapi-jwt-auth
repo was created 1 years ago and was last updated 2 days ago.
The project is popular with 362 github stars!
How to Install fastapi-jwt-auth
You can install fastapi-jwt-auth using pip
pip install fastapi-jwt-auth
or add it to a project with poetry
poetry add fastapi-jwt-auth
Package Details
- Author
- Nyoman Pradipta Dewantara
- License
- Homepage
- https://github.com/IndominusByte/fastapi-jwt-auth
- PyPi
- https://pypi.org/project/fastapi-jwt-auth/
- GitHub Repo
- https://github.com/IndominusByte/fastapi-jwt-auth
Classifiers
- Internet/WWW/HTTP/Dynamic Content
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common fastapi-jwt-auth errors.
Code Examples
Here are some fastapi-jwt-auth
code examples and snippets.
GitHub Issues
The fastapi-jwt-auth package has 47 open issues on GitHub
- Using Refresh Tokens as an Opaque Encrypted Access Tokens
- Non unique operation_id can lead to documentation bug
- Upgrade PyJWT to v2.1.0
- support for scopes
- No authorize option in Swagger