Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2024 Changes in this version + type Issuer struct + func NewIssuer(secretKey []byte, issuer string, ttl time.Duration) *Issuer + func (issuer *Issuer) HTTPAuthHandler(proxy auth.Proxy) http.Handler + func (issuer *Issuer) IssueJWT(identity *auth.Identity) (string, error) + func (issuer *Issuer) VerifyHTTPMiddleware(next auth.AuthenticatedHandler) http.Handler + func (issuer *Issuer) VerifyHTTPRequest(r *http.Request) (*auth.Identity, error) + func (issuer *Issuer) VerifyJWT(raw string) (*auth.Identity, error) + type Permissions struct + Actions []string + type ProxyClaims struct + Can Permissions