1.0.2 • Published 4 years ago

lynx-auth v1.0.2

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
4 years ago

lynx-auth

Authentication module for the Lynx framework

Installation

npm install lynx-auth --save

Usage

In your main app file:

import AuthModule from "lynx-auth";
...

let myConfig = new ConfigBuilder(__dirname).build();

const app = new App(myConfig, [new AuthModule()]);
app.startServer(port);

Customization

You can override the settings of the AuthController using the AuthModule.settings. Please check the src/views/auth and the src/locale folders to create further customizations.

1.0.2

4 years ago

1.0.1

4 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago