Skip to content
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!: remove BasicAuthentication default #33069

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Conversation

robrap
Copy link
Contributor

@robrap robrap commented Aug 21, 2023

Description

Removed BasicAuthentication as a default from DRF endpoints that have not overridden the authentication classes. It appears this is not in use, and was just implicitly a default because it came from DRF's defaults.

Also includes a minor change to one of the new default auth class custom attribute values (in a separate commit).

Supporting information

See DEPR: #33028

Changes one of the values of the custom attribute
session_auth_result from 'skipped' to 'n/a'.
Removed BasicAuthentication as a default from DRF
endpoints that have not overridden the authentication
classes. It appears this is not in use, and was just
implicitly a default because it came from DRF's
defaults.

See DEPR: #33028
@robrap robrap merged commit a3cb678 into master Aug 22, 2023
42 checks passed
@robrap robrap deleted the robrap/remove-basic-auth branch August 22, 2023 13:18
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants