-
-
Notifications
You must be signed in to change notification settings - Fork 687
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 algorithm 'RS256' working #230
Comments
Looks like you might need another dependency installed to use that RS256: #210 Docs here: https://pyjwt.readthedocs.io/en/latest/installation.html#cryptographic-dependencies-optional |
It worked. Thanks |
I've seen many people getting tripped by this. We should definitely improve error message here to suggest installing missing dependencies for those algorithms. Anyone want to tackle this? |
I could create a PR for this. Can likely have it done later today (if no
one else is actively working on it).
…On Nov 28, 2016 6:27 AM, "José Padilla" ***@***.***> wrote:
I've seen many people getting tripped by this. We should definitely
improve error message here to suggest installing missing dependencies for
those algorithms. Anyone want to tackle this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#230 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAOlVWmFalDvrTU7pXC6vk5oWqvmI-N0ks5rCta8gaJpZM4K9EYL>
.
|
This was referenced Jun 22, 2017
This was referenced Jul 1, 2017
This was referenced Jul 17, 2017
This was referenced Sep 5, 2017
This was referenced Nov 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is 'RS256' algorithm working? Giving 'Algorithm not supported' exception.
The text was updated successfully, but these errors were encountered: