Merge pull request #18960 from edx/robrap/add-authn-readme
Add README for user_authn.
This commit is contained in:
8
openedx/core/djangoapps/user_authn/README.rst
Normal file
8
openedx/core/djangoapps/user_authn/README.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user