chore: restore wrapped chips, trim unused scopes, and complete env docs
This commit is contained in:
parent
401a0ddea7
commit
5080e9a609
6 changed files with 74 additions and 57 deletions
|
|
@ -13,11 +13,7 @@ from app.adapters.spotify.errors import SpotifyAuthenticationError
|
|||
|
||||
AUTHORIZE_URL = "https://accounts.spotify.com/authorize"
|
||||
TOKEN_URL = "https://accounts.spotify.com/api/token"
|
||||
SCOPES = (
|
||||
"user-top-read user-library-read user-read-recently-played "
|
||||
"playlist-modify-public playlist-modify-private "
|
||||
"user-read-playback-state user-modify-playback-state"
|
||||
)
|
||||
SCOPES = "user-top-read user-library-read playlist-modify-public playlist-modify-private"
|
||||
TOKEN_EXPIRY_SKEW_SECONDS = 60.0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue