role-based-access

Community

RBAC with admin, lead, member.

AuthorPrasadTelasula
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Implements role-based access control (RBAC) with admin, lead, and member roles and middleware protections.

Core Features & Use Cases

  • Permission decorator and endpoint dependencies
  • Frontend hooks to check roles
  • Role-based protections on critical endpoints

Quick Start

Annotate endpoints with require_role("admin","lead") and test with tokens from users with those roles.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: role-based-access
Download link: https://github.com/PrasadTelasula/EvokeQOne/archive/main.zip#role-based-access

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository