I need the expiration time of jwt access_token to be 48 hours, what should I do
AnsweredI need the expiration time of jwt access_token to be 48 hours, what should I do
-
Official comment
This is not possible. Access tokens can only be valid for 60 minutes for security reasons. You will need to implement token handling to request a new access token after 50 or so minutes to prevent downtime. Our SDKs have this logic built in already.
Best,
Kourtney, Box Developer Advocate
Comment actions
Please sign in to leave a comment.
Comments
1 comment