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
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-authentication
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T14:46:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:43:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T11:43:34.762Z (about 1 year ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
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-authentication
[](https://npmjs.com/package/jsreport-authentication)
[](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')({})
```