support interaction between module and apps for updating templates before rendering
[squeep-authentication-module] / CHANGELOG.md
index 65e9607b5459368d3dbe967b844819cbe394bd7c..893b4c709774ff010bc4721a21d9d0283f03a8b7 100644 (file)
@@ -6,7 +6,12 @@ Releases and notable changes to this project are documented here.
 
 ### Added
 
-- TOTP 2FA support
+- TOTP 2FA support.
+- Add appCb parameter to session manager page methods to allow mogrifying template data before rendering, exempli gratia adding app navLinks to account management pages.
+- Add sessinNavLinks helper function for populating navLinks in app templates.
+- Settings page for updating credentials and OTP.
+- Helper function for securely reading credential from stdin.
+- Replaced debug authn with plaintext.
 
 ### Changed