How to extend aikaan jwt token expiration time?

I tried hitting the sign in request endpoint and provide the expire value 604800, but got this response


Can someone help me extend aikaan token expiration time?

Hi Kelvin,
Welcome to the community ! The expiry value you set should be an epoch value ( in seconds ) for the time period you want it to expire . For example : Lets say you want a token till Jan 1st 2030 , then the expiry value would be 1893474644
Thanks,
Prashanth

1 Like