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
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import "github.com/coder/websocket"
type Client struct {
Password string
PasswordHash string
Name string
Pronouns string
Groups [12]*ChatGroup