Skip to content

Commit

Permalink
fix(modules/auth/config): fix spotify scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Nov 8, 2023
1 parent a811833 commit f2cc6b6
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/modules/auth/config/spotify-authorization-scopes.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
export const spotifyAuthorizationScopes = [
'user-follow-read',
'user-read-recently-played',
'user-modify-playback-state',
'user-read-playback-state',
'user-read-currently-playing',
'user-read-playback-position',
'user-modify-playback-state',
'user-read-recently-played',
'user-follow-read',
'user-top-read',
'playlist-read-collaborative',
'playlist-modify-public',
'playlist-read-private',
'playlist-modify-private',
'app-remote-control',
'streaming',
'user-read-email',
'user-read-private',
'user-library-modify',
'user-library-read',
'user-read-currently-playing',
]

0 comments on commit f2cc6b6

Please sign in to comment.