support interaction between module and apps for updating templates before rendering
[squeep-authentication-module] / README.md
index c67283e42ee29773b134e27bd12b8b4a745fc5b5..6b4400ea56b2285729fd59e3c6fcf307d71a89d4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,9 +34,17 @@ Class providing service handler functions for rendering and processing session l
   for local users, or redirecting to IndieAuth server and persisting transient state
   in session cookie.
 - `getAdminIA` interprets the returning redirect from the IndieAuth server.
+- `getAdminSettings` renders the HTML account settings form
+- `postAdminSettings` ingests and acts on account updates
+
+### Helpers
+
+- `sessionNavLinks` call from app templates to populate navLinks for account settings and logout
 
 ### Other Notes
 
+For the moment, this imposes a web structure of /admin/* for authentication management paths.
+
 The logger used should be able to mask these context fields:
 
 - `ctx.parsedBody.credential`