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
Is there a way to either manually expire the access_token or maybe request a shorter expiration token just for testing?