UNPKG

passport-refresh-token

Version:

Passport strategy to authenticate using a previously issued refresh token, and provide new access tokens for Oauth 2.0 flow.

16 lines (12 loc) 223 B
/** * Module dependencies. */ var Strategy = require('./strategy'); /** * Expose `Strategy` directly from package. */ exports = module.exports = Strategy; /** * Export constructors. */ exports.Strategy = Strategy;