I need to implement social login on native applications, I know per the documentation that the API is not ready yet and that there is a pull request pending on
https://github.com/ory/kratos/pull/2346. Is there any new information/timeframe on this?
Also, I know that a web view is not possible as we cannot extract the session token from the cookies to send back to the app on the query params of the callback URL. I see that there are some options for self-hosted to intercept the token and do additional redirects to achieve this, any known workaround for the Ory Network?