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

https://github.com/soufantech/arx

Arx is an access control library for Node.js apps, strongly focused on efficiency, type safety and overall composability.
https://github.com/soufantech/arx

access-control authorisation permissions policy security

Last synced: about 1 year ago
JSON representation

Arx is an access control library for Node.js apps, strongly focused on efficiency, type safety and overall composability.

Awesome Lists containing this project

README

          





@soufantech/arx


Arx is an access control library for Node.js apps, strongly focused on efficiency, type safety and overall composability.



[![typescript-image]][typescript-url] [![jest-image]][jest-url] [![npm-image]][npm-url]

## Installing

with yarn

```console
yarn add @soufantech/arx
```

or npm

```console
npm install @soufantech/arx
```

## Docs

Documentation is comming soon (bare with us!). Meanwhile, you can take a look [here](src/__tests__/app) to have a grasp of how arx may be used in a real context.

Also, arx works really well with [hie](https://github.com/soufantech/hie), its little brother. Check it out!

## Running the tests

Just run

```console
yarn test
```

---


Built with ❤︎ by SouFan

[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"

[npm-image]: https://img.shields.io/npm/v/@soufantech/arx.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@soufantech/arx "npm"

[jest-image]: https://img.shields.io/badge/tested_with-jest-99424f.svg?style=for-the-badge&logo=jest
[jest-url]: https://github.com/facebook/jest "jest"