UNPKG

710 BMarkdownView Raw
1# jsreport-authentication
2[![NPM Version](http://img.shields.io/npm/v/jsreport-authentication.svg?style=flat-square)](https://npmjs.com/package/jsreport-authentication)
3[![Build Status](https://travis-ci.org/jsreport/jsreport-authentication.png?branch=master)](https://travis-ci.org/jsreport/jsreport-authentication)
4
5> Add login screen to jsreport and user management forms
6
7See https://jsreport.net/learn/authentication
8
9## Installation
10
11> **npm install jsreport-authentication**
12
13## jsreport-core
14You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
15
16```js
17var jsreport = require('jsreport-core')()
18jsreport.use(require('jsreport-authentication')({})
19```