#chiayi
1 messages · Page 1 of 1 (latest)
Hi, sorry could you elaborate what is pkce authrization flow?
https://stripe.com/docs/stripe-apps/oauth
Implement PKCE OAuth worklofws in your stripe app in the stripe dashboard
Are you building Stripe app?
yes
there's no other way that i'm aware of
just a quick mention that the doc also mentions performing oauth via your backend instead. How to go about that is not really something we can advise on though
You can implement OAuth with your UI extension in the Dashboard to retrieve access tokens from an OAuth provider instead of building an OAuth backend.
hmm how is oauth backend different from oauth with UI extension?