Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wmfs/rbac

Role Based Access Control support library
https://github.com/wmfs/rbac

package tymly

Last synced: 3 months ago
JSON representation

Role Based Access Control support library

Awesome Lists containing this project

README

        

# rbac
[![Tymly Package](https://img.shields.io/badge/tymly-package-blue.svg)](https://tymly.io/)
[![npm (scoped)](https://img.shields.io/npm/v/@wmfs/rbac.svg)](https://www.npmjs.com/package/@wmfs/rbac)
[![CircleCI](https://circleci.com/gh/wmfs/rbac.svg?style=svg)](https://circleci.com/gh/wmfs/rbac)
[![codecov](https://codecov.io/gh/wmfs/rbac/branch/master/graph/badge.svg)](https://codecov.io/gh/wmfs/rbac)
[![Dependabot badge](https://img.shields.io/badge/Dependabot-active-brightgreen.svg)](https://dependabot.com/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wmfs/tymly/blob/master/packages/rbac/LICENSE)


> Role Based Access Control

## Install
```bash
$ npm install @wmfs/rbac --save
```

## Usage

## Testing

```bash
$ npm test
```

## License
[MIT](https://github.com/wmfs/rbac/blob/master/LICENSE)