0.0.20 • Published 9 years ago
lazy-uac v0.0.20
LAZY-UAC
Base on LazyBoyJs this library provide an User-Access-Control layer. Easily add users with authentication and roles to quickly develop an application using CouchDB as database.
Install
npm install lazy-uacSetup
- Without configuration
import LazyUAC = require("lazy-uac");
let manager = new LazyUAC.UserManager()the UserManager will use the default settings values
{
logLevel: lazyFormatLogger.LogLevel.VERBOSE,
useAsync: false,
dataSource: new DataService.UacDBA(),
dataSourceAsync: null,
dataSourceOptions: {
credential_db: "auth",
profile_db: "profile",
LazyBoyOptions: {
prefix: "uac",
autoConnect: true,
views: {}
}
}
}0.0.20
9 years ago
0.0.19
9 years ago
0.0.18
9 years ago
0.0.17
9 years ago
0.0.16
9 years ago
0.0.14
9 years ago
0.0.13
9 years ago
0.0.12
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
10 years ago
0.0.1
10 years ago