-
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
[Django4.2 upgrade]: Upgrade django-oauth-lib to latest 2.x.x version #32884
Comments
Note: We may need a communication plan around this in case any teams like Enterprise, etc., rely on having access in the database, and may need time to transfer credentials to a password manager like Keeper. Also, we should certainly mention this on https://openedx.atlassian.net/wiki/spaces/COMM/pages/3726802953/Next+Release+Quince. |
While unpinning
|
Is this in active development? |
No, this issue will be picked after |
Got it, thank you! Where is the Django42 work tracked? (I know where the mysql8 upgrade is) |
Here are the links
|
Thank you!! |
Description
django-oauth-toolkit
to the latest1.x.x
version.2.x.x
version.Blocker
2.0.0
,django-oauth-toolkit
is saving theclient-secret
as a hashed value instead of plain text.https://django-oauth-toolkit.readthedocs.io/en/latest/changelog.html#id12:~:text=%231093%20(Breaking,before%20hitting%20Save
The text was updated successfully, but these errors were encountered: