docs: remove remaining password manager documentation (#1573)

This commit is contained in:
Thomas Frans
2024-12-30 16:25:05 +01:00
committed by GitHub
parent fa7b69804b
commit 6de5d83c31
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

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