From dd5219f4746e8add58904a27812e3ad92b701407 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:52:09 +0100 Subject: [PATCH] docs: add v5.x-chore/configure-auth changes to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59fa9c59..785c3cd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Changed hashing algorithm from `bcrypt` to `argon2id` for enhanced security - Use Redis for sessions and expire inactive sessions after 24h (previously 14 days) - Encrypt user sessions data + - Expire password reset tokens after 10 minutes (previously 60 minutes) - Redirect Laravel logs to `stderr` so they can be viewed in docker logs - Configured production logging to rotate automatically and keep only the last 10 days of logs to reduce disk usage - Changed production log level from `debug` to `warning` to reduce disk usage and avoid logging sensitive information @@ -87,7 +88,8 @@ All notable changes to this project will be documented in this file. ### Refactored -- Completely refactored all database migrations for a cleaner, more consistent and optimized schema +- Completely refactored all database migrations for a cleaner, more consistent and stable database schema +- Completely refactored all database models ## Issues