0.0.20 • Published 7 years ago

lazy-uac v0.0.20

Weekly downloads
1
License
Apache-2.0
Repository
bitbucket
Last release
7 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

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago