google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

Share session/cookie between Safari and SFSafariViewController #33

Open FiReBlUe45 opened 5 years ago

FiReBlUe45 commented 5 years ago

Hello,

I implement an authentication system with SFSafariViewController. SFSafariViewController offers the different types of authentication, one of them is to go through the application "it'sme" which then reopens the Safari browser. When the Safari browser opens, I have an error because the authentication fails because the session initiated by SFSafariViewController is not in Safari.

Someone would have a solution for this problem?

thank you in advance

RobinGiel commented 4 years ago

Hi @FiReBlUe45 I have the same problem! did you manage to find a solution for this problem?