Manually expire access_token for testing

I have written code (node/passport) to support refreshing of my users access_token via the refresh_token after it’s expiry. Expiry is 1 month by default. I can’t wait 1 month to test the code :slight_smile:

Is there a way to either manually expire the access_token or maybe request a shorter expiration token just for testing?

Best is to refresh tokens before they expire, likely 2-3 days before.

Also, you can just go ahead and try to refresh a token that is not expired.