UNPKG
@envoy/passport-envoy
Version:
latest (1.0.2)
prerelease (1.0.2-pre.1)
1.0.2
1.0.2-pre.1
1.0.1
1.0.0
Envoy authentication strategy for Passport
github.com/envoy/passport-envoy
envoy/passport-envoy
@envoy/passport-envoy
/
lib
/
index.js
9 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// Load modules.
const
Strategy
=
require(
"./strategy"
);
// Expose Strategy.
exports
=
module
.
exports
= Strategy;
// Exports.
exports
.Strategy = Strategy;