docs: Adding readme for auth_exchange app (#27803)
* docs: Adding readme for auth_exchange app
This commit is contained in:
13
openedx/core/djangoapps/auth_exchange/README.rst
Normal file
13
openedx/core/djangoapps/auth_exchange/README.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user