Log-in with Twitter
complete
Evan Bacon
complete
Here is an example of using Twitter login with Expo AuthSession and the auth proxy https://github.com/expo/examples/tree/master/with-twitter-auth
Cedric van Putten
I just wrote an example of a "Login with Twitter" button using AuthSession. If you want, you can check that out 馃槵 (Or even provide some feedback if parts are unclear 鉂わ笍)
Evan Bacon
This will become a lot easier when I get AppAuth merged https://github.com/expo/expo/pull/2565 it may be a while before we create a wrapper around TwitterKit, it's a pretty large module and we don't have the ability to remove modules yet. Also I'll be changing
Expo.Google.logInAsync
to use AppAuth
when in the client.Jeff Lewis
Login with Instagram should be added to the list
Evan Bacon
under聽review
Evan Bacon
I think this and Github are both possible with AuthSession API. https://docs.expo.io/versions/v30.0.0/sdk/auth-session if someone wants to take a crack at examples that would be greatly appreciated! 馃敟馃
Cedric van Putten
Evan Bacon: Done! https://github.com/expo/examples/pull/99
Ali De臒irmen
Cedric van Putten: step #2 returning to app successfully with type dismiss object...
Kyle
Yes, this is a pretty important feature for a lot of apps.
Chris Geirman
Is there a Github too? that would be awesome