lynx-auth
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i lynx-auth

Weekly Downloads

2

Version

1.0.2

License

Apache-2.0

Unpacked Size

63.9 kB

Total Files

33

Last publish

Collaborators

  • sprechen