BetterIAM
Recipes

Recipes

Short, copy-ready solutions for common identity and access problems, from sharing and MFA rules to offboarding, plan limits, and audit archiving.

@better-iam/serverrecipes.md

The guides explain how each feature works. Recipes start from a problem instead ("a customer requires MFA", "a contractor's access must end in March") and show the few calls that solve it, with the details that matter in production.

Every recipe has the same shape: the problem in a sentence or two, the solution in plain words, then the code and the notes you need before you ship it. Each ends with a link to the guide that explains the feature in full.

In the examples, credential is the caller's credential: { token } for a session token or API key, or { headers } for an incoming request. Every call is authorized for the caller, applied in one transaction, and audited, like the rest of the API. Unfamiliar terms are defined in the glossary.

Sharing and access questions

Sign-in and devices

Support and privacy

Tenancy and limits

Access lifecycle

Operations

Browse by page

Was this page helpful?

Last updated on

On this page