# jsreport-authentication
[![NPM Version](http://img.shields.io/npm/v/jsreport-authentication.svg?style=flat-square)](https://npmjs.com/package/jsreport-authentication)
[![Build Status](https://travis-ci.org/jsreport/jsreport-authentication.png?branch=master)](https://travis-ci.org/jsreport/jsreport-authentication)

> Add login screen to jsreport and user management forms

See https://jsreport.net/learn/authentication

## Installation

> **npm install jsreport-authentication**

## 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-authentication')({})
```
