> ## 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.

# Login Authentication on Auth0

> Learn about the ways to implement login authentication for your users with Auth0 Universal Login or Embedded Login.

Auth0 offers two ways to implement login authentication for your applications:

* **<Tooltip tip="Universal Login: Your application redirects to Universal Login, hosted on Auth0's Authorization Server, to verify a user's identity." cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip>** where users log in to your application through a page hosted by Auth0.

* **Embedded Login** where users log in to your application through a page you host.

For the vast majority of use cases, we recommend Universal Login, but you can also use Client-Initiated Backchannel Authentication to authenticate users with a decoupled authentication flow.
