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 validation and feedback for steamID #8

Closed Funnyadd closed 3 months ago

Funnyadd commented 3 months ago

When creating an account with a steamID, have the backend verify that the steamID is valid and is linked to a steam account. If it is not valid, tell the frontend so it can stop the process and notify the user that the SteamID he entered is invalid.

Funnyadd commented 3 months ago

Fixed in #1. Ended up adding validation through notification, might change the format of the notification or/and the message in the alert in the future. For now, it will do.