nleroy917 / spottydata-api

Backend and Web API for spottydata.com
MIT License
7 stars 0 forks source link

Update Header Requirements #1

Open nleroy917 opened 4 years ago

nleroy917 commented 4 years ago

Currently, the API requires Spotify access tokens to retrieve the necessary data. This access token is obtained client-side. To have proper authorization to obtain the right data, this access token must be passed to API.

TODO - Update API request routes to check for appropriate headers and return appropriate errors with correct error handling.