-
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
feat: allow for forcing asymmetric jwts #32045
Conversation
Assuming we believe it's okay for |
Yes. This will be ok as long as all the consumers can handle the asymmetric JWTs, and I am working on confirming that. |
Add a temporary feature toggle to force the LMS to only produce asymmetric JWTs. This is a part of DEPR of Symmetric JWTs: openedx/public-engineering#83
82be1e1
to
820de19
Compare
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
EdX Release Notice: This PR has been deployed to the production environment. |
1 similar comment
EdX Release Notice: This PR has been deployed to the production environment. |
Description
Add a temporary feature toggle to force the LMS to only produce asymmetric JWTs. This is a part of
DEPR of Symmetric JWTs:
openedx/public-engineering#83