React Native - embedded login with social media

Hello,
We are trying to integrate Auth0 in our react-native app using embedded login and signup. We found your example react-native app with embedded login which we will use for the email/password signup.
Is there a way to integrate social logins in a native way, so when user wants to login via Facebook or Google, instead of redirecting to the browser, the whole process will happen inside the app?

1 Like

Hey there @jemaljahmedov!

Sorry for such delay in response. We’re doing our best in providing you with the best developer experience support out there but sometimes we simply have limited capacity and bandwidth. Sorry for any inconvenience and thank you a lot for your understanding.

Not sure if you still have the issues but to give you some insight it is doable but it’s definitely not a recommended way as it’s not secure. You should go for the PKCE Flow (which uses browser for authentication):

instead of Resource Owner Password Grant (that allows you to do the authentication through behind the scenes HTTP requests):

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.