diff --git a/openedx/core/djangoapps/user_authn/README.rst b/openedx/core/djangoapps/user_authn/README.rst index aebed6114f..b72dc59991 100644 --- a/openedx/core/djangoapps/user_authn/README.rst +++ b/openedx/core/djangoapps/user_authn/README.rst @@ -1,8 +1,17 @@ -The ``user_authn`` app contains user authentication related features such as -login and registration. +Status: Maintenance -* Ideally this would be in its own service, but at this point, LMS is the home - of all authentication related features. +Responsibilities +================ +The ``user_authn`` app contains user authentication related features such as login and registration. -* At this time, these features are still plugged into Studio. Future clean-up - in Studio is intended to make this an LMS only feature. +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 +==================