dolphin-passport-manager-module

0.0.2 • Public • Published

Passport

Installation

npm install dolphin-passport-manager-module --save

PassportManagerConfigurationFactory

methods:

  • addModule - registration custom module

When you call "addModule" the plugin will know all your passports:

package_folder
   server
      config
         passports

Example

var Module = require('dolphin-core-modules').Module;
var test = new Module('Test', __dirname);

test.configureFactories(function (PassportManagerConfigurationFactory) {
    PassportManagerConfigurationFactory.addModule(test);
});

Readme

Keywords

none

Package Sidebar

Install

npm i dolphin-passport-manager-module

Weekly Downloads

5

Version

0.0.2

License

none

Last publish

Collaborators

  • knodeit