· 8 min read
Next.js App Router Security Checklist
A practical security checklist for Next.js App Router apps: server actions, route handlers, middleware, env vars, CSRF, headers, webhooks and per-user caching.
- Next.js
- Security
- Checklist
Guides on code security, AI code review and shipping fixes that hold.
· 8 min read
A practical security checklist for Next.js App Router apps: server actions, route handlers, middleware, env vars, CSRF, headers, webhooks and per-user caching.
· 9 min read
A practical checklist of the ten vulnerability classes worth checking in every code review, mapped to OWASP Top 10 and CWE, with the one-line fix for each.