Add saving user, add nonpersistant register login handling

This commit is contained in:
2026-03-17 21:40:48 +01:00
parent e496cb0017
commit d3fc2a65d9
9 changed files with 160 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package main
type WSServerResponse uint8
type WsServerResponse uint8
const (
BadMessage WSServerResponse = iota
BadMessage WsServerResponse = iota
InvalidCredentials
)