Skip to content

Commit 426036e

Browse files
committed
docs(launch): document auth OTP diagnostics gate step
1 parent 18f4e59 commit 426036e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/launch-gate-v1.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,13 @@ Common failures:
120120
`REND_ENV=local`, and avoid production provider URLs or production secrets.
121121
- `production-env-validation`: replace placeholders, remove `REND_DEV_API_KEY`,
122122
set `REND_SELF_SERVE_SIGNUP_ENABLED=true`, set secure Better Auth and Resend
123-
config, require `REND_BILLING_MODE=autumn`, and set an operator email
124-
allowlist.
123+
config, set `REND_AUTH_OTP_PROBE_EMAIL` for the accepted OTP probe, require
124+
`REND_BILLING_MODE=autumn`, and set an operator email allowlist.
125+
- `auth-otp-diagnostics`: run
126+
`bun run launch:auth-otp-diagnostics -- --probe-email <test-inbox>` to check
127+
the same OTP route directly. The default diagnostics mode is non-mutating;
128+
the probe sends one real OTP request and redacts emails, keys, cookies,
129+
headers, and OTP/code values from artifacts.
125130
- `autumn-catalog`: run the sandbox setup helper or fix the configured plan,
126131
usage-credit feature, and meter feature IDs before re-running the gate.
127132
- `autumn-catalog-parity`: make production match the verified sandbox catalog in

0 commit comments

Comments
 (0)