#ariod
1 messages · Page 1 of 1 (latest)
The idea is that the sign in button would initiate the OAuth flow with your provider, which will then callback to the application to indicate authorised state: https://stripe.com/docs/stripe-apps/oauth
Yes, but clicking the sign-in button if it's in the primary action will open the OAuth page in a new tab. The dashboard will remain unchanged in the original tab.
The new tab can redirect back to the dashboard after the OAuth flow is complete, but what about the original tab?
My understanding is that state would be sync'd between tabs, but I'm not 100% sure (I'd not used that new component yet).
As this is still largely in beta, I'd recommend filing your questions/feedback directly to the team via the GH repo: https://github.com/stripe/stripe-apps
Thanks, I will open a GitHub issue.