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

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

Awesome Lists containing this project

README

          

**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--

# jsreport-authorization
[![NPM Version](http://img.shields.io/npm/v/jsreport-authorization.svg?style=flat-square)](https://npmjs.com/package/jsreport-authorization)
[![Build Status](https://travis-ci.org/jsreport/jsreport-authorization.png?branch=master)](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')()
```