UNPKG

tixte-passport

Version:

Passport strategy for use with the Tixte OAuth (v2.0) API

6 lines (5 loc) 154 B
/* Import Dependencies */ const Strategy = require("./Strategy"); /* Export Strategy */ exports = module.exports = Strategy; exports.Strategy = Strategy;