Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wmfs/rbac
- Owner: wmfs
- License: mit
- Created: 2018-07-02T13:24:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T21:38:32.000Z (4 months ago)
- Last Synced: 2024-10-14T11:44:58.207Z (3 months ago)
- Topics: package, tymly
- Language: JavaScript
- Size: 218 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
``````bash
$ npm test
```## License
[MIT](https://github.com/wmfs/rbac/blob/master/LICENSE)