remove hard-coded navLinks entirely, let other modules populate them
[squeep-html-template-helper] / README.md
index 32f26735ed6ed6e276ff6850b4ee73a3dd9bb508..888bd544321116c86bff3f8a0b38db7716f84fa9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,18 +19,6 @@ Specific to Squeep Framework Applications, this module has strong opinions and m
 
 ### Context
 
-The context is referenced for authenticated user information, as well as messaging.
-
-- `ctx.session.authenticatedIdentifier`
-- `ctx.session.authenticatedProfile`
-
-If either of these are present, navigation links are added to the page header allowing the user to manage their account or log out.  
-The links will point relatively to `/admin/settings` and `/admin/logout`, respectively.
-
-- `ctx.url`
-
-If present, added as a query parameter (`r`, for redirect) to the logout link.
-
 - `ctx.errors`
 - `ctx.notifications`