> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-actions-triggers-prototype.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 directly into your application and transmit their credentials to the Auth0 server for authentication. We do not recommend using Embedded Login. To learn more, read [Centralized Universal Login vs. Embedded Login](/docs/authenticate/login/universal-vs-embedded-login).

If you decide to use Embedded Login, you must [configure your application for Cross-Origin Resource Sharing](/docs/get-started/applications/set-up-cors) and should [configure a custom domain](/docs/customize/custom-domains). You can then implement the [Lock SDK](/docs/libraries/lock) or [Auth0.js SDK](/docs/libraries/auth0js) within your application, or call the [Auth0 Authentication API](https://auth0.com/docs/api/authentication) directly.

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)

## Learn more

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