0.1.0 • Published 4 years ago

acrb v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

ACRB

Role-based Access Control

A simple role based access control.

Install

Choose 1 of 3 options:

Install from NPM:

npm install acrb

Install latest from GitHub:

npm install github:kosinix/acrb

Tied to a specific version/release from GitHub:

npm install github:kosinix/acrb#1.0.0

Quickstart

Include it:

const accessControl = require('acrb')

Usage

0.1.0

4 years ago