UNPKG

passport-zalo

Version:

Zalo authentication strategy for Passport require zalo-sdk.

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