0.0.20 • Published 8 years ago

lazy-uac v0.0.20

Weekly downloads
1
License
Apache-2.0
Repository
bitbucket
Last release
8 years ago

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-uac

Setup

  • 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

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 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

9 years ago

0.0.1

9 years ago