> ## 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/passwordless/implement-login",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Implement Login with Passwordless

> Describes the available methods for implementing passwordless login with Auth0.

You can implement <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> login using either [hosted login](/docs/authenticate/passwordless/implement-login/universal-login) or [embedded login](/docs/authenticate/passwordless/implement-login/embedded-login).

To learn more about the differences between these two options, read [Hosted Login vs. Embedded Login](/docs/authenticate/login/universal-vs-embedded-login).
