X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=CHANGELOG.md;h=c7bf670121c696e8baf0d3ef9418dd86b3d3dc65;hp=0d7f4e74875046f5533d98aa8e6d61f52b9ba5bf;hb=HEAD;hpb=53ef948ea83106e82d55e60d6695a15e94bf725e diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7f4e7..47239aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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. @@ -53,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