updated hwsauth to use hlog

This commit is contained in:
2026-01-13 18:07:11 +11:00
parent 1c66e6dd66
commit 7c91cbb08a
3 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# HWSAuth - v0.3.2
# HWSAuth - v0.3.3
JWT-based authentication middleware for the HWS web framework.
@@ -32,6 +32,7 @@ import (
"net/http"
"git.haelnorr.com/h/golib/hwsauth"
"git.haelnorr.com/h/golib/hws"
"git.haelnorr.com/h/golib/hlog"
)
type User struct {