@sketchmonk/acl
v0.0.1-alpha.0
Published
A library for operating on access control list, validating access request etc.
Downloads
3
Readme
@sketchmonk/acl - Access Control Library
Overview
@sketchmonk/acl
is a powerful JavaScript library designed to simplify access control in your applications. It provides utilities for defining, matching, and evaluating access control policies, with support for role-based access control (RBAC) through Roles and Subjects.
Features
Access Control Policies: Easily define and manage access control policies in your application.
Role-Based Access Control (RBAC): Implement RBAC with ease using the provided Roles and Subjects.
Policy Matching: Quickly check whether a user or a role has the necessary permissions for a given action.
Policy Evaluation: Evaluate and enforce access control policies across your application.
Installation
Install the library using npm:
npm install @sketchmonk/acl
Acknowledgments
Thank you for using @sketchmonk/acl. If you have any questions, issues, or suggestions, please feel free to contact [email protected]
Happy Coding !!!