You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configurable session expiry via BACKEND_SESSION_EXPIRY_SECONDS
- Add backend_session_expiry_seconds field to Config with default 86400 seconds (24 hours)
- Update session layer to use config value instead of hardcoded Duration::days(1)
- Add BACKEND_SESSION_EXPIRY_SECONDS environment variable to deployment pipeline
- Update docker-compose.yaml and entrypoint.sh to pass session expiry parameter
- Update .env.local with default session expiry configuration
This allows flexible session timeout configuration for different environments
while maintaining backward compatibility with 24-hour default.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments