juzhiyuan edited a comment on issue #511: URL: https://github.com/apache/apisix-dashboard/issues/511#issuecomment-698431701
There have 2 ways to implement this feature: 1. Implement this feature on the backend, so if the token should expire is rely on some cache DB, e.g Redis. 2. JWT with Refresh logic, every refresh action will generate a new token. ## Reference [1] https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Authorized_Interface_Calling_UnionID.html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
