X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=100a92a5ff2b2e05356eb4ca2ff94842657458e6;hb=8e6eeb4ff8fa853f200d3ed8a61ac31932371851;hp=65e9607b5459368d3dbe967b844819cbe394bd7c;hpb=842a3da269de1ab82e9a2a12aae8ed5677f064d8;p=squeep-authentication-module diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e9607..100a92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.4.1] - TBD + +- updated dependencies and devDependencies + +## [v1.4.0] - 2024-03-23 + ### 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 @@ -50,7 +61,8 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.3.2 +[Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.4.0 +[v1.4.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.4.0;hp=v1.3.2 [v1.3.2]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.2;hp=v1.3.1 [v1.3.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.1;hp=v1.3.0 [v1.3.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.0;hp=v1.2.0