Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 Changes in this version + func New(d Deps) http.Handler + type Deps struct + BaseOrigin string + CORSDevOrigin string + Handlers *handlers.Server + Limiter *redisx.Limiter + Log *slog.Logger + Ready ReadyFunc + Sessions *auth.SessionStore + TokenRateBurst int + TokenRateWindow time.Duration + Tokens *auth.TokenService + TrustProxy bool + V0Sunset time.Time + WSHandler http.Handler + type ReadyFunc func(ctx context.Context) map[string]string v0.3.0-rc.1 Aug 23, 2026