Versions in this module Expand all Collapse all v0 v0.1.49 Jul 20, 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)