UNPKG
tixte-passport
Version:
latest (1.0.1)
1.0.1
1.0.0
Passport strategy for use with the Tixte OAuth (v2.0) API
github.com/tixte
tixte/tixte-passport
tixte-passport
/
lib
/
index.js
6 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
/* Import Dependencies */
const
Strategy
=
require(
"./Strategy"
);
/* Export Strategy */
exports
=
module
.
exports
= Strategy;
exports
.Strategy = Strategy;