passport-citi
Version:
passport strategy for authenticating with citi sandbox account
23 lines (19 loc) • 348 B
JavaScript
/*
* passport-citi
* https://pa-ca.me
*
* Copyright (c) 2019 jie.tian@hotmail.com
* Licensed under the MIT license.
*/
/**
* Module dependencies.
*/
var Strategy = require('./strategy');
/**
* Expose `Strategy` directly from package.
*/
exports = module.exports = Strategy;
/**
* Export constructors.
*/
exports.Strategy = Strategy;