QUICKSTART · 3 MIN

Seven
steps to a
real sign-in.

By the end you’ll have a relying app registered with your issuer, a chirp.toml on disk, and a working PKCE round-trip running in your browser.

STEP 01 · INSTALL
$ npm i -D @chirp/auth
STEP 02 · INITIALISE
$ npx chirp-auth init
STEP 03 · INSPECT CHIRP.TOML
$ cat chirp.toml
STEP 04 · RUN A REAL FLOW
$ npx chirp-auth test-flow
← INTRODUCTIONOIDC REFERENCE →