Move and rename redirect helper.
- Rename is_safe_redirect to is_safe_login_or_logout_redirect. - Moved is_safe_login_or_logout_redirect to user_authn. ARCH-256
Showing
- common/djangoapps/student/helpers.py 2 additions, 15 deletionscommon/djangoapps/student/helpers.py
- common/djangoapps/student/tests/test_helpers.py 1 addition, 17 deletionscommon/djangoapps/student/tests/test_helpers.py
- openedx/core/djangoapps/user_authn/tests/test_utils.py 33 additions, 0 deletionsopenedx/core/djangoapps/user_authn/tests/test_utils.py
- openedx/core/djangoapps/user_authn/utils.py 18 additions, 0 deletionsopenedx/core/djangoapps/user_authn/utils.py
- openedx/core/djangoapps/user_authn/views/logout.py 2 additions, 2 deletionsopenedx/core/djangoapps/user_authn/views/logout.py
openedx/core/djangoapps/user_authn/utils.py
0 → 100644
Please register or sign in to comment