UNPKG

passport-shogi

Version:

Lishogi authentication strategy for Passport.

10 lines (6 loc) 156 B
// Load modules. var Strategy = require('./strategy'); // Expose Strategy. exports = module.exports = Strategy; // Exports. exports.Strategy = Strategy;