@@ -308,6 +308,8 @@ Instead of a service name or list, you can also run commands like ``make dev.pro
308308+------------------------------------+-------------------------------------+----------------+--------------+
309309| `frontend-app-gradebook `_ | http://localhost:1994/ | MFE (React.js) | Default |
310310+------------------------------------+-------------------------------------+----------------+--------------+
311+ | `frontend-app-authn `_ | http://localhost:1999/ | MFE (React.js) | Default |
312+ +------------------------------------+-------------------------------------+----------------+--------------+
311313| `registrar `_ | http://localhost:18734/api-docs/ | Python/Django | Extra |
312314+------------------------------------+-------------------------------------+----------------+--------------+
313315| `frontend-app-program-console `_ | http://localhost:1976/ | MFE (React.js) | Extra |
@@ -331,7 +333,7 @@ Instead of a service name or list, you can also run commands like ``make dev.pro
331333
332334Some common service combinations include:
333335
334- * ``lms ``: LMS, along with dependencies ``forum ``, ``discovery ``, and some databases
336+ * ``lms ``: LMS, along with dependencies ``forum ``, ``discovery ``, `` Authn `` and some databases
335337* ``ecommerce ``: Ecommerce, but also LMS as a dependency (for auth)
336338* ``studio+credentials ``: Services can be combined to affect both at once
337339
@@ -352,6 +354,7 @@ Some common service combinations include:
352354.. _frontend-app-library-authoring : https://github.com/edx/frontend-app-library-authoring
353355.. _frontend-app-course-authoring : https://github.com/edx/frontend-app-course-authoring
354356.. _frontend-app-account : https://github.com/edx/frontend-app-account
357+ .. _frontend-app-authn : https://github.com/openedx/frontend-app-authn
355358.. _xqueue : https://github.com/edx/xqueue
356359.. _coursegraph : https://github.com/edx/edx-platform/tree/master/openedx/core/djangoapps/coursegraph
357360.. _frontend-app-ora-grading : https://github.com/edx/frontend-app-ora-grading
0 commit comments