


The access token (jwt) which expires after 24 hrs, is it possible to make it not expire?
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Hi @mmbb110,
You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.
Thanks, Sathees
Views
Replies
Sign in to like this content
Total Likes
Hi @mmbb110,
You won't be able to extend the expiry of tokens rather you will have to validate the token expiry and if it's expired generate new one programmatically using the adobe i/o library provided each time when making a call to adobe i/o.
Thanks, Sathees
Views
Replies
Sign in to like this content
Total Likes