UNPKG
passport-42
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
42 authentication strategy for Passport.
github.com/pandark/passport-42
pandark/passport-42
passport-42
/
lib
/
index.js
9 lines
(6 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// Load modules.
var
Strategy
=
require(
'./strategy'
);
// Expose Strategy.
exports
=
module
.
exports
= Strategy;
// Exports.
exports
.Strategy = Strategy;