Updated access token view to return a JWT as an access token
The JWT includes the user email and username, along with details pulled from the original access token (e.g. scope, expiration). ECOM-4221
Showing
- lms/djangoapps/ccx/api/v0/tests/test_views.py 4 additions, 2 deletionslms/djangoapps/ccx/api/v0/tests/test_views.py
- lms/djangoapps/ccx/api/v0/views.py 3 additions, 2 deletionslms/djangoapps/ccx/api/v0/views.py
- lms/djangoapps/oauth_dispatch/adapters/dot.py 7 additions, 2 deletionslms/djangoapps/oauth_dispatch/adapters/dot.py
- lms/djangoapps/oauth_dispatch/dot_overrides.py 23 additions, 0 deletionslms/djangoapps/oauth_dispatch/dot_overrides.py
- lms/djangoapps/oauth_dispatch/tests/mixins.py 41 additions, 0 deletionslms/djangoapps/oauth_dispatch/tests/mixins.py
- lms/djangoapps/oauth_dispatch/tests/test_client_credentials.py 36 additions, 6 deletions...jangoapps/oauth_dispatch/tests/test_client_credentials.py
- lms/djangoapps/oauth_dispatch/tests/test_views.py 24 additions, 8 deletionslms/djangoapps/oauth_dispatch/tests/test_views.py
- lms/djangoapps/oauth_dispatch/views.py 88 additions, 7 deletionslms/djangoapps/oauth_dispatch/views.py
- lms/envs/common.py 7 additions, 1 deletionlms/envs/common.py
Loading
Please register or sign in to comment