PSUBeacon / CMPSC488SP24SecTuesday

BEACON - Smart Home
MIT License
12 stars 0 forks source link

Implement /logout endpoint #93

Closed nps5696 closed 6 months ago

nps5696 commented 6 months ago

FE is not removing token on logout

gpt: // Remove tokens from storage localStorage.removeItem("token"); localStorage.removeItem("refreshToken");

Devv64bit commented 6 months ago

Cameron fixed this issue. Now when you logout, it deletes the token.