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
42 stars 17 forks source link

Auto Login #203

Closed AntonioMrtz closed 1 month ago

AntonioMrtz commented 2 months ago

Description

Enable autologin using JWT Token

Context

The user should autologin if the jwt token is stored in local storage.

How to do it

Frontend

Backend

Testing

Frontend

Backend

AntonioMrtz commented 2 months ago

Auto Login