Files
edx-platform/openedx/core/djangoapps/user_authn
Matt Hughes b4664f8377 Add IDV bypass mechanism for bok_choy tests
An older test was deleted based on flakiness around the ID
verification process; this test eliminates the dependency on IDV by
enabling manual ID verification (an enterprise-motivated workaround
for IDV requirements) via the auto_auth endpoint.

JIRA:EDUCATOR-1178
2019-02-25 15:58:11 -05:00
..
2018-09-17 14:37:05 -04:00

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

* 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.