Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2021 Changes in this version + const AuthorizationCookie + const DestinationCookie + const NonceCookie + const ReceivePath + const StateCookie + var ErrPermanentFailure = errors.New("OIDC refresh needed") + var Set = wire.NewSet(ProvideConnector) + type Connector struct + func ProvideConnector(ctx context.Context, auto promauto.Factory, bt *bootstrap.Bootstrapper, ...) (*Connector, error) + func (c *Connector) Receive(w http.ResponseWriter, r *http.Request) + func (c *Connector) Redirect(w http.ResponseWriter, r *http.Request, dest *url.URL) bool + func (c *Connector) Validate(ctx context.Context, pID *principal.ID) error