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
fix(config): update default JWT expiry hours to 1 month
- Change default JWT expiry hours from 1 hour to 720 hours (1 month)
- Modify the fallback value in int.tryParse from '1' to '720'
- This change affects the jwtExpiryDuration getter in EnvironmentConfig class
0 commit comments