added discord token check to auth

This commit is contained in:
2026-02-07 18:02:12 +11:00
parent 2e2c2af44d
commit 860cae3977
9 changed files with 183 additions and 13 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
git.haelnorr.com/h/golib/ezconf v0.1.1
git.haelnorr.com/h/golib/hlog v0.10.4
git.haelnorr.com/h/golib/hws v0.5.0
git.haelnorr.com/h/golib/hwsauth v0.5.5
git.haelnorr.com/h/golib/hwsauth v0.6.1
git.haelnorr.com/h/golib/notify v0.1.0
github.com/a-h/templ v0.3.977
github.com/coder/websocket v1.8.14