Versions in this module Expand all Collapse all v3 v3.1.1 Dec 30, 2020 Changes in this version + const DefaultIssuerName + type Claims struct + TokenType TokenType + UID string + Username string + type Issuer interface + IssueTo func(user user.Info, tokenType TokenType, expiresIn time.Duration) (string, error) + Verify func(string) (user.Info, TokenType, error) + func NewTokenIssuer(secret string, maximumClockSkew time.Duration) Issuer + type TokenType string + const AccessToken + const RefreshToken + const StaticToken Other modules containing this package github.com/fearlesschenc/kubesphere