Dev experience · 04

Auth snippet card

Auth example card — Bearer / API key / mTLS / OIDC variants, each with a real Mufflermen integration sample.

Production answer

Auth snippet card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.

Primary CTAReview Auth snippet card states
Generative search brief

Auth snippet card: Auth example card — Bearer / API key / mTLS / OIDC variants, each with a real Mufflermen integration sample.

auth — four supported methods
Authentication

Bearer token

Recommended for server-side workshop integrations.

Open in Postman
TYPESCRIPT
const muff = new Mufflermen({  apiKey: process.env.MUFFLERMEN_API_KEY,}) // Every call sends://   Authorization: Bearer sk_live_********
Behaviour

Tab change updates the title, caption, and code panel synchronously. The open-in-Postman CTA opens in a new tab with rel="noreferrer" for safety. The component is purely stateful around the active tab — the code-block primitive owns its own copy state per render.