-
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: [FC-0031] Add Bearer Authentication to Delete Account view #33289
feat: [FC-0031] Add Bearer Authentication to Delete Account view #33289
Conversation
Thanks for the pull request, @oksana-slu! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
fe9ee46
to
4c50ad0
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, one suggested comment, is there a github issue we can point to in the comment so we know when to clean this up?
It looks like this is ready to go, I'll merge it tomorrow morning (EDT) so I can keep an eye on it going out. |
@oksana-slu 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
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
As mobile apps are using bearer token auth, the BearerAuthentication class authentication_classes for this API View was added. This view is used in the mobile account settings, to allow user deactivate (delete) their account from the system.
Supporting information
Part of the project FC-0031 https://openedx.atlassian.net/wiki/spaces/COMM/pages/3844505604/FC-0031+-+Mobile+API+Migration
Testing instructions
Send POST /api/user/v1/accounts/deactivate/ with Bearer Token instead of JWT