/kj-handlers-authentication

Authentication handlers for the kj webapp framework.

Primary LanguageJavaScript

kj-handlers-authentication

view on npm view on npm Dependency Status Build Status Coverage Status Code Climate

Installation

Install using NPM:

npm install kj-handlers-authentication --save

Usage

Add the module to the modules section of your config:

modules.exports = {
    ...
    modules: [
        ...
        require('kj-handlers-authentication'),
        ...
    ],
};