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

NotImplementedError thrown for RS256 algorithms #210

Closed
senyoAsamoah opened this issue Jul 12, 2016 · 2 comments
Closed

NotImplementedError thrown for RS256 algorithms #210

senyoAsamoah opened this issue Jul 12, 2016 · 2 comments
Labels

Comments

@senyoAsamoah
Copy link

//sample line of code to reproduce

import jwt
jwt.encode({'email':'[email protected]','firstName':'John','lastName':'Doe'}, 'secrets' , algorithm='RS256')

@mark-adams
Copy link
Contributor

In order to use RS256, you need to have the cryptography package installed per the documentation.

pip install cryptography

@mark-adams
Copy link
Contributor

@senyorails Since this hasn't been updated in almost a month, I'm closing it.

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

No branches or pull requests

2 participants