https://github.com/aserto-dev/node-authorizer
Node.JS bindings for Aserto Authorizer V2
https://github.com/aserto-dev/node-authorizer
Last synced: 4 months ago
JSON representation
Node.JS bindings for Aserto Authorizer V2
- Host: GitHub
- URL: https://github.com/aserto-dev/node-authorizer
- Owner: aserto-dev
- License: apache-2.0
- Created: 2022-10-11T19:05:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:02:50.000Z (over 1 year ago)
- Last Synced: 2025-10-06T02:37:12.784Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-authorizer-v2
### Node bindings for the Aserto Authorizer (v2) service
## Build
```sh
yarn install
yarn gen
```
### Build with a local build of authorizer
```
BUF_PATH=/path/to/authorizer.bin yarn gen
```
## Usage
This repository contains only the bindings.
See https://github.com/aserto-dev/aserto-node#authorizer for usage.
## Troubleshooting
**On M1 Mac**: Run `arch -x86_64 zsh` first and the continue normally.