UNPKG
@activelylearn/passport-clever-oauth20
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
PassportJS + Clever Instant Login
@activelylearn/passport-clever-oauth20
/
index.js
10 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Module dependencies. */
var
OAuth2Strategy =
require
(
'./passport-oauth2/index'
);
/** * Export constructors. */
exports.OAuth2Strategy = OAuth2Strategy;