feat: 实现 TokenManager(JWT 签发/校验/哈希)

This commit is contained in:
hhs
2026-06-14 17:07:12 +08:00
parent 5e83531d54
commit 20597101f5
3 changed files with 114 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ require (
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect