From de7683e68a4982a94fac15153f841e81ea21fec6 Mon Sep 17 00:00:00 2001 From: Laney Stroup Date: Sat, 25 May 2024 22:33:36 +0900 Subject: [PATCH] add CHANGELOG entry; --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b7af6..01fb627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## UNRELEASED +Summary: Move refresh\_credentials functionality to dedicated hook (Refreshable); + +Details: +- Add Refreshable hook, and tie into after\_set\_user calback; +- Utilize native warden session for scoping of credentials\_refreshed\_at and refresh\_return\_url properties; +- Remove otp\_refresh\_credentials from sessions hook (no longer needed); + +## UNRELEASED + Summary: Move mandatory OTP functionality to the helper layer to ensure that it is enforced throughout application (rather than one time at log in). Details: