I made a plugin that uses the Twitch API to see if a user is subscribed to a Twitch channel on a Minecraft server. But I’m having an issue where if a use change his Twitch password, the request to get a new access token from the plugin for that uses fails because it says that the refresh token is invalid. If I make them re-authorize the plugin everything goes well. So, is there a way to get a valid token when this occur without let the user re-authorize the plugin?
No as forgotten password routine on twitch, will also kick/disconnect all connected third party applications.
So if/when a user resets their password via this method, they need to reconnect any third party apps
Also no, if the token and refresh and invalidated, the Twitch user has to reauth/repermit the account link to your application.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.