> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://auth0.com/feedback

```json
{
  "path": "/docs/authenticate/login",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

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