Kevin Guebert

Results 3 comments of Kevin Guebert

@nokazn I ran into the same issues with authentication (for spotify) and tried out this solution. When setting setting `sameSite: 'none'` I received this error that caused the function not...

I _think_ I was finally able to solve this after poking around multiple tickets/PRs. My solution ended up using code from: #826 #849 #852 The basic rundown: 1. Change the...

Can you share a bit more about the problem you faced? `clientCredentialsGrant` is [definitely a function](https://github.com/thelinmichael/spotify-web-api-node/blob/master/src/server-methods.js#L15) and the example seems to work well for me.