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

Commits on Aug 21, 2023

  1. fix: change session_auth_result value to n/a

    Changes one of the values of the custom attribute
    session_auth_result from 'skipped' to 'n/a'.
    robrap committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c9734e3 View commit details
    Browse the repository at this point in the history
  2. feat!: remove BasicAuthentication default

    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 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7113624 View commit details
    Browse the repository at this point in the history