Documentation
¶
Overview ¶
Package lotorhttp exposes browser-safe, same-origin HTTP adapters for Lotor-owned commands. It keeps Control application bearers and runtime credentials outside browser JavaScript.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSession = errors.New("application session not found")
ErrNoSession indicates that an opaque application session is absent or expired.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
type Identity ¶
type Identity struct {
Subject string
Email string
TenantID string
ApplicationID string
EnvironmentID string
}
Identity is verified from Control for every lifecycle command.
Click to show internal directories.
Click to hide internal directories.