Files
edx-platform/openedx/core/djangoapps/user_authn
Robert Raposa d79e7df32b use login_ajax for logistration
- use login_ajax (in place of login_session with shim) for
logistration's call to login POST
- add toggle for using login_ajax from logistration
  - FEATURES['ENABLE_LOGIN_POST_WITHOUT_SHIM']
- add custom metrics for redirect_url
- update test for third-party auth error_code

NOTE: The error_code `third-party-auth-with-no-linked-account`
was introduced in JSON in this earlier PR:
https://github.com/edx/edx-platform/pull/22452/files

ARCH-1253
2019-12-12 10:39:49 -05:00
..
2019-12-12 10:39:49 -05:00
2019-10-22 17:04:42 -04:00
2019-12-06 10:27:26 -05:00
2019-11-19 16:49:36 -05:00

Status: Maintenance

Responsibilities
================
The ``user_authn`` app contains user authentication related features such as login and registration.

Direction: Extract
==================
Ideally this would be in its own service, but at this point, LMS is the home of all authentication related features.

At this time, these features are still plugged into Studio. Future clean-up in Studio is intended to make this an LMS only feature.

Glossary
========

More Documentation
==================