DEV Community

Discussion on: Spootify. The latest reactJS coding challenge in react-coding-challenges on GitHub.

Collapse
 
alexstaroselsky profile image
Alexander Staroselsky • Edited

Looks like a fun challenge. Be careful not to expose your client secret accidentally. That includes committing the client secret to source code or deploying the application. client_credentials auth flow is meant to be done on a server given the use of client secret.