Files
multica/server/internal/middleware
yushen 3f8a492290 fix(auth): make JWT and CloudFront cookie expiration configurable
Replace hardcoded 72-hour auth timeout with configurable JWT_EXPIRATION
env var (default: 30 days). This prevents users from being logged out
every 3 days. CloudFront cookie expiration is now synced with JWT
expiration automatically.

Closes MUL-151
2026-04-01 18:21:18 +08:00
..