Contents

fastapi-jwt-auth 0.5.0

0

FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)

FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)

Stars: 599, Watchers: 599, Forks: 137, Open Issues: 59

The IndominusByte/fastapi-jwt-auth repo was created 3 years ago and the last code push was 4 days ago.
The project is popular with 599 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/
Documentation:
https://indominusbyte.github.io/fastapi-jwt-auth/
GitHub Repo:
https://github.com/IndominusByte/fastapi-jwt-auth

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  fastapi-jwt-auth  pypi packages just yet.

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 59 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

See more issues on GitHub

Related Packages & Articles

fastapi-redis-cache 0.2.5

A simple and robust caching solution for FastAPI endpoints, fueled by the unfathomable power of Redis.

piccolo 1.4.2

A fast, user friendly ORM and query builder which supports asyncio.

oauthlib 3.2.2

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic