Hello everybody
As it seems, social logins cannot be used with API clients like React Native, yet. Is there a workaround to make social logins available via the web view? Do I understand it correctly, that the browser API cannot be used, as Kratos hands out the session token as a HTTP Only cookie, which cannot be "fished" out of the web view? I've also seen
https://github.com/ory/kratos/pull/2346
In the documentation I've seen the warning (screenshot), but the issue mentioned was solved recently. What is the next logical step forward, if we want to have social logins on our API clients?
Thank you.