Logging in with Patreon creator account evicts the tokens?

https://github.com/discourse/discourse-patreon/issues/9

Is this bug report accurate? Every time a use uses Patreon Social Login the tokens rotate?

2 Likes

Hey again @Falco!

If I understand the ticket correctly, it’s making the point that every time patreon.com/api/oauth2/token is hit we generate and replace the token for the user. That is how our api operates.

If you don’t want that behavior you can always hold on to the previous access token and not hit patreon.com/api/oauth2/token every login.

Hopefully that helps!

2 Likes