UNPKG

@mlhacks/passport-mlh-oauth2

Version:

MyMLH v4 OAuth 2.0 authentication strategy for Passport

16 lines (13 loc) 251 B
/** * Module dependencies. */ import MLHStrategy from './strategy.js'; /** * Expose `MLHStrategy` directly from package. */ export default MLHStrategy; /** * Export constructors. */ export { MLHStrategy }; export const Strategy = MLHStrategy;