package usermodel import "github.com/golang-jwt/jwt/v5" type JWTClaims struct { OpenID string `json:"openid"` jwt.RegisteredClaims }