add auth lib

This commit is contained in:
2026-03-01 03:04:43 +01:00
parent e9bb724708
commit 4b6268535f
11 changed files with 544 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.beatrice.wtf/panic.haus/go-auth
go 1.25
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
)