Add an endpoint to exchange OAuth access tokens
This allows the holder of a third-party access token (e.g. from Google or Facebook) to get a first-party access token for the edX account linked to the given access token.
Showing
common/djangoapps/oauth_exchange/__init__.py
0 → 100644
common/djangoapps/oauth_exchange/forms.py
0 → 100644
common/djangoapps/oauth_exchange/models.py
0 → 100644
common/djangoapps/oauth_exchange/views.py
0 → 100644
Please
register
or
sign in
to comment