UNPKG

@envoy/passport-envoy

Version:

Envoy authentication strategy for Passport

9 lines (6 loc) 157 B
// Load modules. const Strategy = require("./strategy"); // Expose Strategy. exports = module.exports = Strategy; // Exports. exports.Strategy = Strategy;