feat: initial auth service support

This commit is contained in:
nihonium 2025-11-15 02:53:25 +03:00
parent d0c3547ef6
commit 2929a6e4bc
Signed by: nihonium
GPG key ID: 0251623741027CFC
10 changed files with 937 additions and 0 deletions

1
go.mod
View file

@ -5,6 +5,7 @@ go 1.25.0
require (
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.11.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/jackc/pgx/v5 v5.7.6
github.com/oapi-codegen/runtime v1.1.2
github.com/pelletier/go-toml/v2 v2.2.4