Versions in this module Expand all Collapse all v0 v0.2.0 Sep 5, 2026 v0.1.0 Sep 3, 2026 Changes in this version + func ValidateToken(token string) (string, string, error) + type AccessToken = tokens.TAccessToken + type RefreshToken = tokens.TRefreshToken + type TAuthOptions struct + ATExpiration *time.Duration + CustomClaims string + RTExpiration *time.Duration + type Tokens = tokens.TTokens + func IssueTokens(user string, options TAuthOptions) (Tokens, error) + func RefreshTokens(user string, refreshToken string) (Tokens, error)