Im having problems with the flask session and the Spotify OAuth access_token(Im using Spotipy). It is not storing the users info correctly
I started programming a few months ago and Im starting my first “big” project using python and I’m having trouble handling the info when a user logs in my web app. Even when a different user logs in, it always show my Spotify username and playlist infos. For example, if a user called “James” logs in it shows his profile when he is in the auth_url but when it actually access my webpage “getPlaylists”, all the info shown is mine. The Google/YouTube Oauth part is working perfectly, but Spotify Oauth is not.