API | Community
Skip to main content
New Participant
October 2, 2020
Solved

API

  • October 2, 2020
  • 1 reply
  • 1407 views

The access token (jwt) which expires after 24 hrs, is it possible to make it not expire?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

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

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
October 2, 2020

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

Thanks, Sathees