spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

Authorization URL (State)

Open furkanayilmaz opened this issue 3 years ago • 1 comments

I could't figure out what state= in the auth url. It is saying "state-of-my-choice" but what do I need to put there

furkanayilmaz avatar Nov 24 '21 06:11 furkanayilmaz

@furkanayilmaz It's a standard that makes your API calls secure to CSRF attacks, you can learn more about it here https://auth0.com/docs/secure/attack-protection/state-parameters

corderop avatar Jul 16 '22 08:07 corderop