Added parsing of tokens

This commit is contained in:
2025-02-10 12:19:49 +11:00
parent 418cff1c4a
commit e46a55e76d
5 changed files with 287 additions and 4 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.5
require (
github.com/a-h/templ v0.3.833
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0