passport-next/passport-local

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';
/**
 * Module dependencies.
 */
const Strategy = require('./strategy');


/**
 * Expose `Strategy` directly from package.
 */
module.exports = Strategy;

/**
 * Export constructors.
 */
module.exports.Strategy = Strategy;