chore: add CodeRabbit configuration#75
Conversation
|
Warning Review limit reached
More reviews will be available in 24 minutes and 38 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
.coderabbit.yamlwith review guidance tailored to the auth0-fastify monorepo, modeled on the auth0-nuxt config.[BASELINE]— generic to any TS auth SDK: review behavior, path filters, TS rules, an auth security review block (secrets/token leakage, cookie flags, state/nonce/PKCE, open redirects, token validation, timing-safe comparison, prototype pollution, fail-closed auth), test/example/CI guidance, and tools. Kept verbatim from auth0-nuxt.[FASTIFY]— repo-specific: the Fastify v5 plugin + inline OAuth/OIDC route handlers (login/callback/logout/backchannel + connect/unconnect) withtoSafeRedirect/createRouteUrlandappBaseUrlheader-inference scrutiny;toSafeRedirectopen-redirect guard; theFastifyCookieHandlersecure-cookie defaults; and theauth0-fastify-apirequireAuthmiddleware (fail-closed, RS256/HS* rejection, scope 403 / token 401 semantics, DPoP modes,WWW-Authenticateescaping).dist/,coverage/,*.d.ts, and the lockfile; skips release PRs.Test plan