IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
636 stars 144 forks source link

these are all held within the exceptions module, not the main jwt module #1

Closed ironslob closed 3 years ago

ironslob commented 4 years ago

All of these exceptions are stored within jwt.exceptions as of https://pyjwt.readthedocs.io/en/latest/api.html

IndominusByte commented 3 years ago

@ironslob Thanks for your pr.

I will fix this issue in the next version, again thanks for your contribute