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
627 stars 143 forks source link

Update PyJWT to 2.3.0 and cryptography to 35.0.0 #68

Open Boring-Mind opened 2 years ago

Boring-Mind commented 2 years ago

Please approve it since I can't use latest PyJWT packages and cryptography in my FastAPI - based project.

mukundshah commented 2 years ago

looks like the author doesn't care about this project anymore

@IndominusByte please merge this

mmasztalerczuk commented 2 years ago

I have created a fork for this project and I already upgraded those packages to the newest version. https://github.com/GlitchCorp/fastapi-another-jwt-auth.