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

https://github.com/permitio/permit-node

Node.js SDK for Permit.io: Plug & Play Application Level Authorization
https://github.com/permitio/permit-node

attribute-based-access-control authorization javascript permissions rbac role-based-access-control sdk typescript

Last synced: about 2 months ago
JSON representation

Node.js SDK for Permit.io: Plug & Play Application Level Authorization

Awesome Lists containing this project

README

        

![Node.png](imgs/Node.png)

# Permit.io client for Node.js

Node.js client library for the Permit.io full-stack permissions platform.

## Installation

```
npm install permitio
```

## Release

1. Update the version in `package.json`
2. Execute `yarn run build`
3. Execute `yarn docs ; git add docs/ ; git commit -m "update tsdoc"` to update the auto generated docs
4. Execute `yarn publish --access public`

## Documentation

[Read the documentation at Permit.io website](https://docs.permit.io/sdk/nodejs/quickstart-nodejs#add-the-sdk-to-your-js-code)

## API Reference

[Check out the tsdoc reference here.](https://permitio.github.io/permit-node/classes/Permit.html)