permissions

Installation
SKILL.md

Permissions and Access Control

Bknd provides a comprehensive authorization system built on Guard, roles, permissions, and policies. This system controls who can access what in your application.

What You'll Learn

  • Configure the Guard and roles
  • Define permissions with allow, deny, and filter effects
  • Use policies for row-level security
  • Implement guest access for public endpoints
  • Filter data based on user context

Core Concepts

Bknd's authorization follows this hierarchy:

Guard (evaluates)
  └─> Roles (group permissions)
Related skills

More from cameronapak/bknd-skills

Installs
1
GitHub Stars
3
First Seen
Jan 19, 2026