From 5323f667ddaa3cb9c57ac80608bd656e0a064ef9 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 25 Jan 2025 14:58:40 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47239aa..238b547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v1.5.1] - 2025-01-25 + +- use timing-safe comparisons for plain password checks +- use Set-Login header +- allow more session cookie configuration + ## [v1.5.0] - 2024-05-12 - Migrated resource authenticator into this package, for inter-server API authentication. @@ -66,7 +72,10 @@ 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.4.0 +[Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.5.1 +[v1.5.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.5.1;hp=v1.5.0 +[v1.5.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.5.0;hp=v1.4.1 +[v1.4.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.4.1;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 -- 2.49.0