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!