riverscuomo / spotkin_server

A python package that updates one or more of your Spotify playlists every day with a random selection of songs from any playlists you specify. Here's mine: https://open.spotify.com/playlist/1HaQfSGjNzIsiC5qOsCUcW?si=ddc16d3e9524410c . This repo also contains the backend server for Spotkin webapp.
GNU General Public License v3.0
83 stars 9 forks source link

Authorize users to use Spotkin with Oauth #21

Closed riverscuomo closed 4 months ago

riverscuomo commented 4 months ago

Signing in to Spotify works but the auth doesn't seem to be preserved for the call to process_jobs, at least in Postman