Absence request : link duration / expire
The default value is 7 days x 24 hours = 168
It can be changed in the file appSettings.config by adding this line :
<add key="AbsenceRequestJWTDurationHours" value="8" />
The duration is in hours, so calculate accordingly
But it is recommended not to change the default values