Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ reviews:
CLAUDE.md is the single source of truth for all documentation standards in this repo.
- SDK variable names section is CRITICAL — any change here must be
intentional and reflected across all code examples in the docs.
- The "Quality Checklist" section must end every AI-generated draft
with `STYLE-CHECK: [PASSED | TODO]`.

# ── JS/TS source files — relaxed commenting rules ───
- path: '**/*.{ts,js,mjs}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,3 @@ Redirect the browser to the logout URL rather than calling it from server code.
- **Use absolute redirect URLs per environment.** Replace the hard-coded `localhost` URLs with an environment variable, and register each environment's callback and post-logout URLs in the dashboard.

When you are ready to ship, walk the [production readiness checklist](/authenticate/launch-checklist/). To inspect what the access token carries, see [ID token claims](/guides/idtoken-claims/).

STYLE-CHECK: PASSED