mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
docs: add v5.x-chore/configure-auth changes to changelog
This commit is contained in:
parent
95b2809e84
commit
dd5219f474
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue