X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=README.md;fp=README.md;h=888bd544321116c86bff3f8a0b38db7716f84fa9;hp=32f26735ed6ed6e276ff6850b4ee73a3dd9bb508;hb=3501e7042eeb4a104e4f001b2641d41023087b1a;hpb=084ad86d1dde896c0f49498f5573fcc6a60fddd8 diff --git a/README.md b/README.md index 32f2673..888bd54 100644 --- 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`