feat(auth): Add /token endpoint to request a access token

This commit is contained in:
Björn Benouarets
2026-01-27 11:19:52 +01:00
parent 346100feb6
commit d8241a2491
19 changed files with 418 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ require (
git.secnex.io/secnex/masterlog v0.1.0
github.com/go-playground/validator/v10 v10.30.1
github.com/gofiber/fiber/v2 v2.52.10
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/uuid v1.6.0
github.com/valkey-io/valkey-go v1.0.70
golang.org/x/crypto v0.46.0