JWT Expiry can be maximum 48 hours

Description
I saw in your website that the JWT Token must be made to expire within 48 hours. So if the token expires, how will people use the app after two days?

Which Android Client SDK version?
v5.5.1.1319

To Reproduce(If applicable)
N.A.

Screenshots
N.A.

Smartphone (please complete the following information):
I think all devices and OSs.

Additional context

Hi @soumoghosh37, thanks for the post.

This is done to ensure proper security practices so that a bad actor who obtains a copy of your JWT is limited in how long they can use it for. A JWT should not be hard-coded and included with your app. Instead it should be generated as needed, preferably from your own back end.

Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.