diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 2a24598a1..8e85536d8 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -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}' diff --git a/src/content/docs/cookbooks/add-hosted-auth-nextjs-app-router.mdx b/src/content/docs/cookbooks/add-hosted-auth-nextjs-app-router.mdx index 9be306706..c16373ad3 100644 --- a/src/content/docs/cookbooks/add-hosted-auth-nextjs-app-router.mdx +++ b/src/content/docs/cookbooks/add-hosted-auth-nextjs-app-router.mdx @@ -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