api

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2026 License: MIT Imports: 30 Imported by: 0

Documentation

Overview

Package api exposes the versioned standalone SecondBox HTTP contract.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(config HandlerConfig) (http.Handler, error)

NewHandler constructs the public and administrative SecondBox HTTP surface.

Types

type HandlerConfig

type HandlerConfig struct {
	Service                   *service.ControlPlaneService
	Logger                    *slog.Logger
	PlatformToken             string
	PersistedAuthorities      PersistedAuthorityAuthenticator
	MaximumDataPlaneBodyBytes int64
}

HandlerConfig contains the control plane and mandatory logger.

type PersistedAuthorityAuthenticator added in v0.6.0

type PersistedAuthorityAuthenticator interface {
	AuthenticateTenantControllerAuthority(context.Context, string, time.Time) (contracts.Principal, error)
	AuthenticateApplicationAuthority(context.Context, string, time.Time) (ports.AuthenticatedApplicationAuthority, error)
}

PersistedAuthorityAuthenticator verifies durable authorities without exposing verifier material.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL