-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is python-jose still supported? #340
Comments
Hello @jusdino, Thank you for raising this question! |
Yep, saw that. I wanted to explicitly ask about any intent to support in general rather than just the next update. I see a lot of libraries out there still using this as a dependency, maintainers probably not realizing that this library appears unmaintained, rather than just not needing updates. |
use authlib instead of python-jose |
The webapp does not use JWT python-jose seems unmaintained: * mpdavis/python-jose#340 * CVE --> mpdavis/python-jose#346 Possible remplacement: * pyjwt: https://github.com/jpadilla/pyjwt * joserfc: https://github.com/authlib/joserfc
The webapp does not use JWT python-jose seems unmaintained: * mpdavis/python-jose#340 * CVE --> mpdavis/python-jose#346 Possible remplacement: * pyjwt: https://github.com/jpadilla/pyjwt * joserfc: https://github.com/authlib/joserfc
The webapp does not use JWT python-jose seems unmaintained: * mpdavis/python-jose#340 * CVE --> mpdavis/python-jose#346 Possible remplacement: * pyjwt: https://github.com/jpadilla/pyjwt * joserfc: https://github.com/authlib/joserfc
I see there have been no releases in a couple of years and issues/pull requests stacking up in this repo.
Can anybody who still maintains this library comment on its level of support (if any), just so everybody understands?
The text was updated successfully, but these errors were encountered: