You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the AUTHENTICATION_CLASSES but has just session, just JWT or just both of those should be updated to remove the override.
* chore: update API endpoints to support default JWT auth
The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the AUTHENTICATION_CLASSES but has just session, just JWT or just both of those should be updated to remove the override.
Details in #33662
The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the
AUTHENTICATION_CLASSES
but has just session, just JWT or just both of those should be updated to remove the override.Related Issue: #33302
Tasks
Relevant Views/URLs
Acceptance Criteria
The text was updated successfully, but these errors were encountered: