Remove ThirdPartyAuthProviderApiPermission (#23195)
* Remove ThirdPartyAuthProviderApiPermission Also removed ProviderApiPermissions and ApiPermissionsAdminForm and removal of DOP for third_party_auth * Removing model * Replaced long_token with default_token_generator * Adding skip to test_migrations_are_in_sync
Showing
- common/djangoapps/third_party_auth/admin.py 1 addition, 27 deletionscommon/djangoapps/third_party_auth/admin.py
- common/djangoapps/third_party_auth/api/permissions.py 1 addition, 29 deletionscommon/djangoapps/third_party_auth/api/permissions.py
- common/djangoapps/third_party_auth/api/tests/test_permissions.py 2 additions, 42 deletions...djangoapps/third_party_auth/api/tests/test_permissions.py
- common/djangoapps/third_party_auth/api/tests/test_views.py 19 additions, 33 deletionscommon/djangoapps/third_party_auth/api/tests/test_views.py
- common/djangoapps/third_party_auth/models.py 2 additions, 25 deletionscommon/djangoapps/third_party_auth/models.py
- common/djangoapps/third_party_auth/tests/testutil.py 5 additions, 11 deletionscommon/djangoapps/third_party_auth/tests/testutil.py
- common/djangoapps/third_party_auth/tests/utils.py 3 additions, 4 deletionscommon/djangoapps/third_party_auth/tests/utils.py
- common/djangoapps/util/tests/test_db.py 3 additions, 2 deletionscommon/djangoapps/util/tests/test_db.py
Please register or sign in to comment