Spotify API with auth0

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 :raised_hands: You’ll need to use the identity provider access token against the Spotify API.

Cheers!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.