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

https://github.com/jsreport/jsreport-authentication

jsreport extension adding user authentication
https://github.com/jsreport/jsreport-authentication

Last synced: about 1 year ago
JSON representation

jsreport extension adding user authentication

Awesome Lists containing this project

README

          

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

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