Files
QSfera/services/thumbnails/pkg/service/jwt/jwt.go
T
2022-06-27 14:05:36 +02:00

9 lines
131 B
Go

package jwt
import "github.com/golang-jwt/jwt/v4"
type ThumbnailClaims struct {
jwt.RegisteredClaims
Key string `json:"key"`
}