-
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
chore: Remove edx-token-utils dependency #36077
Conversation
48ab9fa
to
ef07615
Compare
5d183d0
to
c372f0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good just a couple of small things.
05f370e
to
238954f
Compare
238954f
to
747289b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small nit that I'll squash into the changes and then I think this is good to merge.
Done. Thanks! |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
There's been a request to remove
edx-token-utils
dependency from the repository by Axim on issue #36009. The platform only uses one function from this repository, and since this repository is outdated one of the suggestions was to remove the dependency and fold the necessary parts intoedx-platform
itself.This update moves the functionality for packing/unpacking and signing JWT tokens. We only use the unpacking on
edx-platform
but I thought it was a good idea to have both implementations just in case.This would have no noticeable impact user wise.
This is a 2U contribution, but I'd like to have a review from @openedx/committers-edx-platform if possible.
Supporting information
Testing instructions
Deadline
None.