> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes Auth0 Embedded Login used to log users directly into your application, transmitting credentials to the Auth0 server.

# Embedded Login

Embedded Login allows your users to log in directly within your application and transmit credentials to the Auth0 server for authentication. This option is best for teams that want complete control over the login UI/UX while still using Auth0 as the identity provider.

Embedded Login and [Universal Login](/docs/authenticate/login/auth0-universal-login) are not mutually exclusive. For example, you can use Universal Login for initial sign-in and use embedded flows for [factor enrollment](/docs/authenticate/login/embedded-login/use-cases/enrollment) or step-up authentication. To compare the two and decide which combination fits your use case, read [Hosted Login vs. Embedded Login](/docs/authenticate/login/universal-vs-embedded-login).

Auth0 supports Embedded Login with <Tooltip tip="Passwordless: Form of authentication that does not rely on a password as the first factor." cta="View Glossary" href="/docs/glossary?term=Passwordless">Passwordless</Tooltip> connections for multiple application types:

* [Embedded Passwordless Login in Native Applications](/docs/authenticate/passwordless/implement-login/embedded-login/native)
* [Embedded Passwordless Login in Regular Web Applications](/docs/authenticate/passwordless/implement-login/embedded-login/webapps)
* [Embedded Passwordless Authentication for Single-Page Apps](/docs/authenticate/passwordless/implement-login/embedded-login/spa)

Auth0 also supports passkey authentication and enrollment on web, iOS, and Android applications through the **Passkey APIs**:

* [Passkey APIs for Embedded Applications](/docs/authenticate/database-connections/passkeys/passkey-apis) — Implement passkey signup, login, and enrollment flows

## Learn more

* [Lock for Web](/docs/libraries/lock)
* [Auth0.js Reference](/docs/libraries/auth0js)
* [Cross-Origin Authentication](/docs/authenticate/login/cross-origin-authentication)
