Versions in this module Expand all Collapse all v1 v1.100.4 Jul 10, 2026 v1.100.3 Jul 9, 2026 Changes in this version + type Config struct + ClientID string + ClientSecret string + CookieName string + Domain string + Issuer string + OnLogin func(email, firstName, lastName string) + PostLogoutRedirect string + RedirectURI string + RoleClaim string + RolePrefix string + SameSite string + Scopes []string + Secure bool + SigningKey []byte + TTL time.Duration + type Session struct + func New(ctx context.Context, cfg Config) (*Session, error) + func NewSession(flow *browsersession.Flow, auth *browsersession.Authenticator) *Session + func (s *Session) Authenticator() *browsersession.Authenticator + func (s *Session) Flow() *browsersession.Flow