Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions guides/cli/cli-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ lightdash login
This uses your previously saved instance URL.

<AccordionGroup>
<Accordion title="Login with email and password">
If you prefer to use email and password instead of browser-based OAuth:

```bash
lightdash login your_subdomain_here --no-oauth
```

You'll be prompted to enter your email and password.
</Accordion>

<Accordion title="Login with a personal access token (for SSO users)">
If you use single sign-on (SSO) in the browser, login with a personal access token.

Expand Down