Available backends: * django-oauth-toolkit (DOT) * django-oauth2-provider (DOP) * Use provided client ID to select backend for * AccessToken requests * third party auth-token exchange * Create adapters to isolate library-dependent functionality * Handle django-oauth-toolkit tokens in edX DRF authenticator class MA-1998 MA-2000
6 lines
93 B
Python
6 lines
93 B
Python
"""
|
|
Constants for testing purposes
|
|
"""
|
|
|
|
DUMMY_REDIRECT_URL = u'https://example.edx/redirect'
|