Skip to main content
Question

I need the expiration time of jwt access_token to be 48 hours, what should I do

  • May 22, 2025
  • 1 reply
  • 10 views

Forum|alt.badge.img

I need the expiration time of jwt access_token to be 48 hours, what should I do

1 reply

Forum|alt.badge.img

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