UNPKG
@mlhacks/passport-mlh-oauth2
Version:
latest (4.0.0)
4.0.0
MyMLH v4 OAuth 2.0 authentication strategy for Passport
my.mlh.io
MLH/passport-mlh-oauth2
@mlhacks/passport-mlh-oauth2
/
lib
/
index.js
16 lines
(13 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Module dependencies. */
import MLHStrategy from
'./strategy.js'
;
/** * Expose `MLHStrategy` directly from package. */
export
default
MLHStrategy;
/** * Export constructors. */
export
{ MLHStrategy };
export
const
Strategy = MLHStrategy;