Files
edx-platform/openedx/core/djangoapps/auth_exchange
Robert Raposa ab9fedf874 fix: mark access token login user change
Since we may get a user change during access token
login, we mark it as expected so our Safe Session
protection won't be triggered.
2021-10-18 12:17:20 -04:00
..

auth_exchange
-------------

Views to support exchange of authentication credentials.
The following are currently implemented:

1. DOTAccessTokenExchangeView

   View for token exchange from 3rd party OAuth access token to 1st party OAuth access token. Uses django-oauth-toolkit (DOT) to manage access tokens.

2. LoginWithAccessTokenView

   1st party (open-edx) OAuth 2.0 access token -> session cookie