Merge pull request #18999 from edx/arch/refactor-jwt-builder
JWT Cookies
Showing
- lms/djangoapps/certificates/apis/v0/tests/test_views.py 6 additions, 7 deletionslms/djangoapps/certificates/apis/v0/tests/test_views.py
- lms/envs/common.py 9 additions, 5 deletionslms/envs/common.py
- lms/envs/test.py 6 additions, 9 deletionslms/envs/test.py
- openedx/core/djangoapps/auth_exchange/views.py 2 additions, 22 deletionsopenedx/core/djangoapps/auth_exchange/views.py
- openedx/core/djangoapps/oauth_dispatch/adapters/dop.py 14 additions, 2 deletionsopenedx/core/djangoapps/oauth_dispatch/adapters/dop.py
- openedx/core/djangoapps/oauth_dispatch/adapters/dot.py 16 additions, 5 deletionsopenedx/core/djangoapps/oauth_dispatch/adapters/dot.py
- openedx/core/djangoapps/oauth_dispatch/api.py 92 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/api.py
- openedx/core/djangoapps/oauth_dispatch/jwt.py 204 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/jwt.py
- openedx/core/djangoapps/oauth_dispatch/tests/mixins.py 3 additions, 11 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/mixins.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_api.py 103 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_api.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py 2 additions, 2 deletions.../core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_dot_adapter.py 6 additions, 6 deletions.../core/djangoapps/oauth_dispatch/tests/test_dot_adapter.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_jwt.py 93 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_jwt.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_views.py 15 additions, 24 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_views.py
- openedx/core/djangoapps/oauth_dispatch/views.py 9 additions, 52 deletionsopenedx/core/djangoapps/oauth_dispatch/views.py
- openedx/core/djangoapps/user_authn/cookies.py 117 additions, 17 deletionsopenedx/core/djangoapps/user_authn/cookies.py
- openedx/core/djangoapps/user_authn/tests/test_cookies.py 84 additions, 18 deletionsopenedx/core/djangoapps/user_authn/tests/test_cookies.py
- openedx/core/djangoapps/user_authn/tests/utils.py 17 additions, 0 deletionsopenedx/core/djangoapps/user_authn/tests/utils.py
- openedx/core/djangoapps/user_authn/urls_common.py 1 addition, 0 deletionsopenedx/core/djangoapps/user_authn/urls_common.py
- openedx/core/djangoapps/user_authn/views/login.py 13 additions, 1 deletionopenedx/core/djangoapps/user_authn/views/login.py
Loading
Please register or sign in to comment