mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
added session handling, some axios
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
baseAPIURL: 'https://api.spotify.com/v1',
|
||||
scopes: {
|
||||
ImageUpload: 'ugc-image-upload',
|
||||
ControlPlayback: 'user-modify-playback-state',
|
||||
@@ -17,5 +18,5 @@ module.exports = {
|
||||
ModifyLibrary: 'user-library-modify',
|
||||
ViewLibrary: 'user-library-read',
|
||||
},
|
||||
stateKey: 'spotify_auth_state'
|
||||
stateKey: 'spotify_auth_state',
|
||||
}
|
||||
Reference in New Issue
Block a user