Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2025 Changes in this version + func Init(key string, identityKey string, expiration time.Duration) + func Parse(tokenString string) (string, error) + func ParseRequest(ctx context.Context) (string, error) + func Sign(identityKey string) (string, time.Time, error) + type Config struct