Versions in this module Expand all Collapse all v1 v1.0.2 Oct 19, 2024 Changes in this version + const HoursOneDay + type Claims struct + PlatformID int + UserID string + func BuildClaims(uid string, platformID int, ttl int64) Claims + func GetClaimFromToken(tokensString string, secretFunc jwt.Keyfunc) (*Claims, error)