Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

update README, example code how to configure a public key #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roschaefer
Copy link

@roschaefer roschaefer commented Apr 4, 2017

I use Auth0 and I have to use RS256. In order to generate the .pem file I did the following:

pip install lokey
lokey fetch jwk your-auth0-client-domain.eu.auth0.com | lokey to pem > public_key.pem

Could have saved me a couple of hours if that would have been in the README.

I think it is also a viable alternative to #124, #123 and does not fire http requests like in #148

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

Successfully merging this pull request may close these issues.

None yet

1 participant