-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
At authorization/authorization_code_pkce/README.md, the file is apparently incomplete, even though this file is referenced in the official docs as an "example app implementing Authorization Code flow with PKCE extension". The file reads as follows:
Spotify Authorization Code with PKCE example
This app displays your Spotify profile information using Authorization Code with PKCE
to grant permissions to the app.
Using your own credentials
You will need to register your app and get your own credentials from the Spotify for Developers Dashboard.
- Create a new app in the dashboard and add
http://localhost:8080to the app's redirect URL list. - Once you have created your app, update the
client_idandredirect_uriin thepublic/app.jsfile with the values obtained from the app settings in the dashboard.
Running the example
From a console shell:
$ npm start
Then, open http://localhost:8080 in a browser.
Metadata
Metadata
Assignees
Labels
No labels