composed

command
v0.32.5 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Command composed backs the snippets on the doc-site "Composed schemes (AND / OR)" recipe page (usage/examples/auth/composed.md).

The wiring below shows how to register multiple authenticators on a single untyped API so that the spec can compose them with AND (inside one security entry) and OR (between entries). All callbacks return the same principal type so the operation handler need not branch on which scheme matched. The JWT and database lookups are stubbed; swap them for your own helpers in production code.

`go run .` exercises the demo wiring against a no-op spec.

Jump to

Keyboard shortcuts

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