From d2acc70f9fbfa1146c4bf6f7c17bb9841e3e6213 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 25 Apr 2019 15:49:43 -0400 Subject: [PATCH] Update user_authn README to new format. --- openedx/core/djangoapps/user_authn/README.rst | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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 +==================