I need the expiration time of jwt access_token to be 48 hours, what should I do
回答済みI need the expiration time of jwt access_token to be 48 hours, what should I do
-
正式なコメント
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
コメントアクション
サインインしてコメントを残してください。
コメント
1件のコメント