Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + func ClientCertificates(r *http.Request) ([]*x509.Certificate, bool) + func Identity(r *http.Request) (string, bool) + func SetClientCertificates(r *http.Request, v []*x509.Certificate) *http.Request + func SetIdentity(r *http.Request, v string) *http.Request + type TLSBased = v1.TLSBased + func NewTLSBased(inner http.Handler) *TLSBased + type TokenBased = v1.TokenBased + func NewTokenBased(inner http.Handler) *TokenBased