Skip to content

Commit

Permalink
docs: remove remaining password manager documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFrans committed Dec 30, 2024
1 parent 75d6b94 commit 6b6baa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ free accounts.
- Support for a lot of platforms
- Vim keybindings out of the box
- IPC socket for remote control
- Automatic authentication using a password manager

## Installation
ncspot is available on macOS (Homebrew), Windows (Scoop, WinGet), Linux (native package, Flathub and
Expand Down
6 changes: 4 additions & 2 deletions doc/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,10 @@ cover_max_scale = 2
```

## Authentication
`ncspot` prompts for a Spotify username and password on first launch, uses this
to generate an OAuth token, and stores it to disk.
`ncspot` uses OAuth2 for authentication. When launched for the first time, a link will be generated
that can be opened in any browser. After logging in on the displayed page, you can start to use
`ncspot`. The OAuth2 flow is the only supported one, as username/password authentication has been
removed by Spotify.

The credentials are stored in `librespot/credentials.json` in the user's cache directory. Run
`ncspot info` to show the location of this directory.
Expand Down

0 comments on commit 6b6baa2

Please sign in to comment.