Merge branch 'auth' into front

This commit is contained in:
nihonium 2025-11-23 03:35:04 +03:00
commit 034487e26a
Signed by: nihonium
GPG key ID: 0251623741027CFC
10 changed files with 1001 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