X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=c7bf670121c696e8baf0d3ef9418dd86b3d3dc65;hb=HEAD;hp=65e9607b5459368d3dbe967b844819cbe394bd7c;hpb=842a3da269de1ab82e9a2a12aae8ed5677f064d8;p=squeep-authentication-module diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e9607..47239aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,25 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.5.0] - 2024-05-12 + +- Migrated resource authenticator into this package, for inter-server API authentication. + +## [v1.4.1] - 2024-05-11 + +- updated dependencies and devDependencies +- minor internal refactor + +## [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 +66,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