https://github.com/jsreport/jsreport-authorization
jsreport extension adding authorization cappabilities
https://github.com/jsreport/jsreport-authorization
Last synced: 3 months ago
JSON representation
jsreport extension adding authorization cappabilities
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-authorization
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T14:46:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:43:21.000Z (almost 5 years ago)
- Last Synced: 2025-09-26T16:42:13.852Z (9 months ago)
- Language: JavaScript
- Size: 840 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-authorization
[](https://npmjs.com/package/jsreport-authorization)
[](https://travis-ci.org/jsreport/jsreport-authorization)
> Manage and delegate user permissions on jsreport objects.
See https://jsreport.net/learn/authorization
## Installation
> **npm install jsreport-authorization**
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-authorization')()
```