UNPKG
passport-drupal
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Drupal authentication strategy for Passport.
mixmarket/passport-drupal
passport-drupal
/
lib
/
passport-drupal
/
index.js
15 lines
(12 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
*
Module dependencies.
*/ var DrupalStrategy = require('./strategy'); /*
*
*
Expose
`DrupalStrategy`
directly from package.
*/ exports = module.exports = DrupalStrategy; /*
*
*
Export constructors.
*/ exports.DrupalStrategy = DrupalStrategy;