Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulioz/arbac-evaluator
A Typescript ARBAC policies evaluator
https://github.com/giulioz/arbac-evaluator
Last synced: 4 days ago
JSON representation
A Typescript ARBAC policies evaluator
- Host: GitHub
- URL: https://github.com/giulioz/arbac-evaluator
- Owner: giulioz
- Created: 2020-04-03T19:15:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T17:34:55.000Z (over 4 years ago)
- Last Synced: 2024-10-15T20:41:13.280Z (about 1 month ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arbac-evaluator
A Typescript ARBAC policies evaluator (nobody likes untyped languages).
To install the dependencies you need `node` and `yarn`. Type `yarn install`.
To run this analyzer, select your file in `index.ts` and run it using `yarn start`.