@synsation_View profile ↗
◇ Could this help me?
Yes: Critical general Claude Code practice. Always add an authorization prompt after building any feature that touches user data. Claude will set up auth flows but skips row-level security by default. Project-specific implementation varies but the habit applies everywhere.
✦ Walkthrough+10 xp / step
0 / 1 steps · adopt for +40
$ suggested_prompt+40xp
Review this feature for authorization vulnerabilities. For every endpoint or data access point: confirm that users can only read/edit/delete their own records. A user should never be able to access another user's data by changing an ID in the URL or request. Add the necessary checks and explain what you added.