Versions in this module Expand all Collapse all v1 v1.125.0 Aug 17, 2026 Changes in this version + const ExpiryLeeway + func Expiring(token string) bool + func Expiry(token string) (time.Time, bool) + func Invalidate(token string) + func Token(ctx context.Context) (string, error) + type Identity struct + Email string + Username string + func IdentityFromToken(token string) (Identity, bool)