UNPKG

passport-wpoauth

Version:

Authentication strategy for Passport for Wordpress with WP-OAuth plugin.

18 lines (13 loc) 238 B
'use strict'; /** * Module dependencies. */ var Strategy = require('./strategy'); /** * Expose `Strategy` directly from package. */ exports = module.exports = Strategy; /** * Export constructors. */ exports.Strategy = Strategy;