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
- Host: GitHub
- URL: https://github.com/permitio/permit-node
- Owner: permitio
- License: mit
- Created: 2020-12-23T20:05:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T11:42:05.000Z (3 months ago)
- Last Synced: 2025-05-11T07:12:57.157Z (about 2 months ago)
- Topics: attribute-based-access-control, authorization, javascript, permissions, rbac, role-based-access-control, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 3.01 MB
- Stars: 37
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)