Versions in this module Expand all Collapse all v1 v1.0.47 Jan 26, 2024 Changes in this version + type Config struct + Domains map[string]*DomainConfig + Insecure bool + Lifetime int + Path string + SameSite string + StripDomainEnabled bool + type DomainConfig struct + Domain string + Insecure bool + Lifetime int + Path string + SameSite string + Seq int + StripDomainEnabled bool + type Factory struct + Referer string + SandboxID string + SessionID string + func NewFactory(c *Config) (*Factory, error) + func (f *Factory) GetCookie(h, k, v string) string + func (f *Factory) GetDeleteCookie(h, s string) string + func (f *Factory) GetDeleteIdentityTokenCookie(s string) string + func (f *Factory) GetDeleteSessionCookie(h string) string + func (f *Factory) GetIdentityTokenCookie(k, v string) string + func (f *Factory) GetSessionCookie(h, s string) string