docs: add v5.x-chore/configure-auth changes to changelog

This commit is contained in:
peaklabs-dev 2025-12-10 17:52:09 +01:00
parent 95b2809e84
commit dd5219f474
No known key found for this signature in database

View file

@ -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