You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(web): add ESLint rule require-auth-wrapper
Adds an authz/require-auth-wrapper rule that flags exported route handlers
and server actions whose body doesn't textually reference withAuth() or
withOptionalAuth(). The check is boundary-only by design — false positives
are allowlisted with a // eslint-disable-next-line comment plus a reason.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: update CHANGELOG for #1199
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Move changelog entry
Removed mention of the `authz/require-auth-wrapper` ESLint rule from the changelog.
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments