Heya,
I’m currently working on a small web app for a single creator. I set up an OAuth flow with better-auth which works great. User gets redirected to Patreon, prompted for approval with the name I registered, and signed in no problem.
I noticed, however, that the user (for now, just me) gets prompted to approve the sign in and scope every time. Even after already approving it earlier. The app/site also doesn’t get registered under user settings > Connected Apps > Logged in with Patreon. Is this the intended behaviour?
As I’m typing this I realise this might be the intended behaviour if the callback url is a localhost one, but I’d like to confirm in case it isn’t. So that I can make the flow better for when I’m ready to publish.
Thank you for your help in advance!