Hello, I have fully implemented spotify authentication in my react + ts + vite app that uses auth0. The question is to access the spotify api do I need to use the access token provided with auth0 methods or do i need to use an identity provider token? Thanks
Hello there @programerce123 welcome to the community!
Good to know you were able to implement Auth0 successfully
You’ll need to use the identity provider access token against the Spotify API.
Cheers!