You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication?
The Clubhouse app for example also lets you authenticate with twitter, but it opens the real website or twitter app for that, which means the user can is usually already logged in and doesn't have to type username and password again.
Maybe there is a setting in ASWebAuthenticationSession I am missing, since it says
A browser loads and displays the page, from which the user can authenticate. In iOS, the browser is a secure, embedded web view.
And clearly it's possible to auth with twitter without having to create a embedded web view.
The text was updated successfully, but these errors were encountered:
Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication?
The Clubhouse app for example also lets you authenticate with twitter, but it opens the real website or twitter app for that, which means the user can is usually already logged in and doesn't have to type username and password again.
Maybe there is a setting in
ASWebAuthenticationSession
I am missing, since it saysAnd clearly it's possible to auth with twitter without having to create a embedded web view.
The text was updated successfully, but these errors were encountered: