juzhiyuan commented on issue #5930: URL: https://github.com/apache/apisix/issues/5930#issuecomment-1001442067
Hi @zhangxingdeppon, just to make sure, do you need the Token generated by Apache APISIX will automatically expand its Expiration time? According to https://jwt.io/, JSON Web Token is stateless and needs to be generated once it's expired. AFAIK, you may need to implement your logic with `access_token` & `refresh_token` to issue a new Token, see https://stackoverflow.com/questions/53946250/how-to-extend-the-expire-time-in-a-normal-access-token What do you think, @leslie-tsang ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
