pejhancctv/models/jwtClaims.go

9 lines
131 B
Go

package models
import "github.com/golang-jwt/jwt/v5"
type JwtClaims struct {
Jwt_id uint `json:"jwtID"`
jwt.RegisteredClaims
}