Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
spotify-auth-cli
Advanced tools
A tiny helper tool that can be used to quickly fetch a Spotify access token from with the command line.
$ npm install -g spotify-auth-cli
To retrieve an access token run the following command:
$ spotify-token
This will open the Spotify Login dialog in your default browser. After confirming, the window will close itself and if successful, you should see an access token in your console.
Several options are available when running the spotify-token
command.
The --scope
option can be used to specify the scopes you wish to access. For ease of use, this tool will by default request access to ALL available scopes, so use this option to limit that.
Enter the scope as a comma separated list.
$ spotify-token --scope user-read-private,playlist-modify-private
Add the --showDialog
flag to prevent the Spotify Login dialog from automatically granting the request after you've already logged in once. Add this flag if you want to switch Spotify user.
FAQs
Get a Spotify access token quickly and easily via your command line
The npm package spotify-auth-cli receives a total of 6 weekly downloads. As such, spotify-auth-cli popularity was classified as not popular.
We found that spotify-auth-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.