Third Party Auth #3311
-
Hi Team, I'm using PWABuilder to prepare my pwa app for App Store submission. Everything works great except for third party authentication. Currently third party service is opened in external browser and after successful authentication session is being handled in that external browser, instead of my app. Does pwa-auth from this monorepo helps in such case? What is suggested flow in such case? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I would also greatly appreciate any insights on the subject :) I'm having a similar problem, but instead with payment service providers like mollie and adyen. |
Beta Was this translation helpful? Give feedback.
-
@lukjaki sorry for late responce. You can ask and discuss this topic in this thread of our Discord community. |
Beta Was this translation helpful? Give feedback.
I would also greatly appreciate any insights on the subject :)
I'm having a similar problem, but instead with payment service providers like mollie and adyen.
These services tend to redirect users to their bank app/webapp or e.g. paypal.com, when the payment flow is complete, the session continues in the external browser.