UNPKG
passport-predix-oauth
Version:
latest (0.1.55)
0.1.55
0.1.49
0.1.48
0.1.47
0.1.44
0.1.43
0.1.41
0.1.40
0.1.38
0.1.37
0.1.35
0.1.34
0.1.31
0.1.19
0.1.15
0.1.13
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
Predix UAA authentication strategy for Passport.
passport-predix-oauth
/
lib
/
passport-predix-oauth
/
index.js
16 lines
(12 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Module dependencies. */
var
PredixStrategy =
require
(
'./strategy'
);
/** * Framework version. */
require
(
'pkginfo'
)(module,
'version'
);
/** * Expose constructors. */
exports.Strategy = PredixStrategy;