Commit 17fc972
committed
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 class1 parent 0377190 commit 17fc972
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments