Authz Design

Enforce authorization so access is denied by default and every request re-checks that the caller owns the specific resource, closing IDOR gaps. Use when building endpoints that read or modify data belonging to a particular user or tenant.

Amey-Thakur b58e66a 3.0 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/security/authz-design commit b58e66a81d

Frequently asked questions

npx skillmds@latest add amey-thakur/authz-design