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?