-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It looks like Spotify recently updated their access token handling logic.
They would store their access token int he DOM under a script tag.
Now:
They use a refresh token to an initial call to a /get_access_token
endpoint to retrieve an access token, and store it in memory. From what I can tell they don't store the access token anywhere other than in memory.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working