UNPKG

passport-steam

Version:

Steam (OpenID 2) authentication strategy for PassportJS.

11 lines (7 loc) 183 B
// Load modules. var Strategy = require('./strategy'); // Expose Strategy. exports = module.exports = Strategy; // Exports. exports.Strategy = Strategy; exports.version = '1.0.8';