JWT token Expiration Time

Thanks for the prompt response @alexmayo

The payload details are as below:

{
“typ”: “JWT”,
“alg”: “HS256”
}

{
“aud”: null,
“iss”: “VSX_cvyxTg26063rnXX34w”,
“exp”: 1619529533, - Tue April 27 2021 18:48:53 GMT +5:30 IST
“iat”: 1619524133 -Tue April 27 2021 17:18:53 GMT +5:30 IST
}

The issue I see here is every time I regenerate the token the default expiration time is set to 90 minutes.

Kindly let me know if these details are suffice.

Regards
Rajat