Files
edx-platform/openedx/core/djangoapps/user_authn
Gabe Mulley 5311509b19 Provide more context to calls to Segment.
Implementation for DE-1089.

Centralize the definition of context into a single method.  This is in
common/djangoapps/track because the context is originally set there by
middleware.
2018-11-15 20:56:10 -05:00
..
2018-10-31 10:29:05 -04:00
2018-10-31 10:29:05 -04: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.