Authorization

Decide what an authenticated caller may do — pick the permission model, put the check at one enforcement point close to the data, and default to deny. Use when adding roles or permissions, scoping data per tenant or per owner, building an admin-only path, reviewing an endpoint that trusts a client-supplied id, or when someone reports seeing data that is not theirs. Not for establishing identity (that is authentication), and hiding a control in the UI is never the enforcement.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/backend/authorization commit 1bad380591

Frequently asked questions

npx skillmds@latest add nahid-sparktales/authorization