Skip Consent for Returning Users (OAuth2)?

Hi everyone,

I noticed on my app (Laravel/Socialite) that returning users are asked to “Allow” access again ([This app] woulf like to…) if they have previously logged out of Patreon. I also noticed this exact behavior here on the Patreon Developers Forum itself: if I log out and log back in (with my Patreon credentials), I get the consent popup again.

My question: is this the intended, mandatory security behavior for the API v2? Or is there a way (via prompt parameter or specific scopes) to make the login flow seamless for users who have already authorized the app in the past, even after a logout?

Thanks for clarifying!

Hi @Orkun! There is no way to skip the “re-authorization”. A use has to confirm granting access every time a new token is created via the auth with Patreon flow.

1 Like

Haaa, not the answer I wished :slight_smile:
Thank you!

1 Like