React Native app with embedded login

Hello,

we are building our mobile app in React Native and have our login working with the Universal login.
However, for UX reasons, we are looking at replacing this by an embedded login.

It looks like the Auth0 preferred way is the Universal login. Are there any (security) risks of switching to embedded login? The fact that SSO is not available is not an issue for us.

What would be the safest way to implement this embedded login? We can find some different Github samples, but we are not sure if 3 year old repositories are still accurate?

@davy,

You have likely already seen it, but this doc shows some pros and cons and dives into the security issues.

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