react-spotify-auth icon indicating copy to clipboard operation
react-spotify-auth copied to clipboard

Easy Spotify Authentication, written in React

Results 5 react-spotify-auth issues
Sort by recently updated
recently updated
newest added

The old link to the list of auth scopes no longer exists. This update changes the link to the current Scopes page.

The changelog says this: #### 1.2.1 Move to React 17 But `package.json` still has this: ``` "peerDependencies": { "react": "^16.0.0" }, ``` And I'm getting dependency conflicts when I install...

Hello, From what I'm reading, you're supposed to always get a refresh token along with your access token. However, I'm not seeing one in the URL after I return from...

Hey! I copied the files that you have in the examples files, trying to replicate the app to see the top tracks of a user, but I'm getting this error...