-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Find an upgrade path from pyjwkest to PyJWT #31927
Comments
Suggested a path forward here: #31829 (comment) |
Adding @iamsobanjaved so everyone is participating in this ticket. |
Would there be a simple way to try all keys with all libraries, and succeed if anything succeeds? |
14 tasks
Decision: We're going to make the keys forward-compatible before making the code change. This might mean adjusting the existing keys or doing a key rotation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're trying to discontinue use of pyjwkest: openedx/edx-drf-extensions#290 PyJWT looks like the best candidate, but the RSA key format requirements are stricter, so we wouldn't be able to use our current keys (at least, if they look like the keys the unit tests use).
Partial PR, showing the changes that would be required: #31829
Look into upgrade paths. Some options:
The text was updated successfully, but these errors were encountered: