ChristianChidiac / harmonIQ

harmonIQ Web App
Apache License 2.0
3 stars 0 forks source link

Link the Spotify API for login #5

Closed sbaljeet13 closed 1 week ago

mononomori commented 2 weeks ago

API references for login authentication:

ChristianChidiac commented 2 weeks ago

I deployed a Render web app that uses the Authorization Code Flow to login and authenticate with Spotify. After logging in, it displays the users’ followed artists by calling the followed artists API endpoint. Here’s the link to the render website: https://harmoniq.onrender.com/

Since the app is only in development mode, we have to add users manually so that they can use it, so the authorization won’t work for you guys unless I add your emails to the app. If you guys have Spotify accounts and want to try it I can add your Spotify account emails, but I’ll go over this web app in our next meeting.