oauth2orize
oauth2orize copied to clipboard
When access token will be expired, and does it auto refresh token?
@jacky2020hor It depend on how you manage access token, and how you authenticate request against that access token user send along with request. If you use JSON Web Token to generate access token, you cat set expiration date. And then reject that request if access token is expired or invalid