-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
We have a PWA that uses social logins. This used to work perfectly, but now I see that the users aren't being redirected to the right webview. This seems to be caused by registered app domains (like facebook) that hi-jack the request and open their own app.
Our approach would be to also register app domains to make sure the request get's redirected to app (webview) instead of to a new browser on the mobile device after the native app has verified the oauth request. We would just need a way for the app to handle "incoming" requests.
My question is: does this sound like the right approach?