Does creating an auth code invalidate old access_tokens?

If I user is redirected through
https://api.twitch.tv/kraken/oauth2/authorize
and then sent to the redirect_uri, does that invalidate old access_tokens for that user?

Before it seemed like I could use a stored access_token even if the user came in through that authorize redirect, without having to get a new access_token for the new auth_code.

Yes, if a user reauthorizes an application it will invalidate old access tokens. This has been the case for a long time.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.