AntonioMrtz / SpotifyElectron

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-MongoDB Backend. The goal is to reproduce the original Spotify functionality while adding new ones like uploading songs
https://antoniomrtz.github.io/SpotifyElectron_Web/
Other
45 stars 24 forks source link

Enable missing auth on new endpoints #242

Closed AntonioMrtz closed 1 month ago

AntonioMrtz commented 1 month ago

Description

Enable missing auth on new endpoints that weren't protected

Context

New endpoints didn't have auth protection

How to do it

Enable missing auth on endpoints

Testing

AntonioMrtz commented 1 month ago

Enable missing auth on new endpoints