Passwordless Authentication with Embedded Login
If you need to embed the login user interface in your application, you can do it by using our Embedded Passwordless API or our SDKs.
Depending on the kind of application you want to build, you'll need to implement it differently:
For Single Page Applications (SPAs) (for example, Angular or React), read Embedded Passwordless Authentication for Single-page Applications (SPA).
For Native applications (for example, iOS, Android, or desktop applications), read Embedded Passwordless Login in Native Applications.
For Regular Web Applications (for example, NodeJS, Java, Rails, or .NET), read Embedded Passwordless Login in Regular Web Applications.
However, embedded logins in web apps with Auth0 use cross-origin authentication, which is not our recommendation. To learn more, read Cross-Origin Authentication.