React Native Custom Login

I wanted to avoid, universal login page because i want to use UI from react-native code it self. Rather than using universal which will open an in-app browser.

How do i use embedded login in react native?
If i use API to do this. Where is the suitable place for me to keep the token?

Hi @hradzi24,

Welcome to the Community!

Have you looked at GitHub - auth0/react-native-auth0: React Native toolkit for Auth0 API? This toolkit will handle the token for you and has examples.

Also, make sure you understand the risks of embedded login: Centralized Universal Login vs. Embedded Login

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