提交
This commit is contained in:
9
pkg/jwt/model.go
Normal file
9
pkg/jwt/model.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package jwt
|
||||
|
||||
import "github.com/golang-jwt/jwt/v5"
|
||||
|
||||
type JWTLoad struct {
|
||||
UserLoad interface{} `json:"user_load"`
|
||||
Version int64
|
||||
jwt.RegisteredClaims
|
||||
}
|
||||
Reference in New Issue
Block a user