Skip to content
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

Fix/replace jose with jwcrypto #531

Conversation

Nathan-Furnal
Copy link

Even though python-jose uses the cryptography backend and not ecdsa, it isn't up to date and the issues related to it are discussed in #503.

When comparing the python libs mentioned on jwt.io, it seems that jwcrypto is the right mix of up-to-date, featureful and has a helpful maintainer that helped me understanding his lib.

Thus, I think we can drop python-jose and use jwcrypto instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants