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.
Click to show internal directories.
Click to hide internal directories.