cuappdev / tempo

An open-source iOS app for music discovery and sharing with friends.
MIT License
15 stars 1 forks source link

Authentication w/ Spotify seems broken #287

Open jk2227 opened 7 years ago

jk2227 commented 7 years ago

Looks like the backend is following the Authorization Code flow (https://developer.spotify.com/web-api/authorization-guide/) w/ endpoints set up to handle everything but the front end never passes in code/state to the backend and no access token & refresh token is ever stored on the backend, which is making users have to frequently log back into Spotify

I can work with you guys on the backend but I remember @acheng96 said she changed it the way she did to get approved by the app store...