Funnyadd / assetto-corsa-server-dashboard

Online dashboard for managing assetto corsa dedicated servers hosted on a linux machine (start/stop servers). Connected to firebase, you can easily manage users and their access to servers.
https://assetto.adammihajlovic.ca
0 stars 0 forks source link

Add exception handling for refreshToken API auth #15

Closed Funnyadd closed 3 months ago

Funnyadd commented 3 months ago

Check the documentation for the refreshtoken call and make sure that all the possible error cases are handled well and reflected to the frontend (if user is no longer logged in, make him fall back to the login page) Maybe send back the refresh token after every call to keep it alive?

Funnyadd commented 3 months ago

Has been done in #1