Renamed OAuth2Authentication to BearerAuthentication (#23128)
* Renamed OAuth2Authentication to BearerAuthentication * Added back OAuth2Authentication name -there are libraries such as edx-enterprise that still import OAuth2Authentication. The OAuth2Authentication class should be fully removed when everything is importing BearerAuthentication correctly
Showing
- common/djangoapps/course_modes/api/v1/views.py 2 additions, 2 deletionscommon/djangoapps/course_modes/api/v1/views.py
- common/djangoapps/third_party_auth/api/views.py 5 additions, 5 deletionscommon/djangoapps/third_party_auth/api/views.py
- lms/djangoapps/badges/api/views.py 2 additions, 2 deletionslms/djangoapps/badges/api/views.py
- lms/djangoapps/bulk_enroll/views.py 2 additions, 2 deletionslms/djangoapps/bulk_enroll/views.py
- lms/djangoapps/ccx/api/v0/views.py 2 additions, 2 deletionslms/djangoapps/ccx/api/v0/views.py
- lms/djangoapps/certificates/apis/v0/views.py 3 additions, 3 deletionslms/djangoapps/certificates/apis/v0/views.py
- lms/djangoapps/commerce/api/v0/views.py 2 additions, 2 deletionslms/djangoapps/commerce/api/v0/views.py
- lms/djangoapps/commerce/api/v1/views.py 3 additions, 3 deletionslms/djangoapps/commerce/api/v1/views.py
- lms/djangoapps/courseware/module_render.py 2 additions, 2 deletionslms/djangoapps/courseware/module_render.py
- lms/djangoapps/discussion/rest_api/views.py 3 additions, 3 deletionslms/djangoapps/discussion/rest_api/views.py
- lms/djangoapps/experiments/views_custom.py 2 additions, 2 deletionslms/djangoapps/experiments/views_custom.py
- lms/djangoapps/grades/rest_api/v1/views.py 3 additions, 3 deletionslms/djangoapps/grades/rest_api/v1/views.py
- lms/djangoapps/instructor/views/api.py 2 additions, 2 deletionslms/djangoapps/instructor/views/api.py
- lms/djangoapps/program_enrollments/rest_api/v1/views.py 7 additions, 7 deletionslms/djangoapps/program_enrollments/rest_api/v1/views.py
- lms/djangoapps/teams/views.py 9 additions, 9 deletionslms/djangoapps/teams/views.py
- openedx/core/djangoapps/api_admin/api/v1/views.py 2 additions, 2 deletionsopenedx/core/djangoapps/api_admin/api/v1/views.py
- openedx/core/djangoapps/auth_exchange/views.py 2 additions, 2 deletionsopenedx/core/djangoapps/auth_exchange/views.py
- openedx/core/djangoapps/bookmarks/views.py 3 additions, 3 deletionsopenedx/core/djangoapps/bookmarks/views.py
- openedx/core/djangoapps/course_groups/views.py 2 additions, 2 deletionsopenedx/core/djangoapps/course_groups/views.py
- openedx/core/djangoapps/credit/views.py 2 additions, 2 deletionsopenedx/core/djangoapps/credit/views.py
Please register or sign in to comment