Grant Module Access

Grant application-level capability flags to users via DaaS Module-Level Access Keys. Keys such as `workflow:approve` or `system:logs` are registered in `daas_module_access_keys`, toggled on policies, and checked in React with `usePermissions().hasModuleAccess(key)` or in API routes with the OR-merge logic already built into the platform. Use when an application needs to gate a feature, page, or workflow command that is not tied to a collection CRUD operation.

buildpad-ai Updated

File contents

buildpad-ai/skills/tree/main/grant-module-access commit fc63186329

Frequently asked questions

npx skillmds@latest add buildpad-ai/grant-module-access