UNPKG

passport-mitopenid

Version:

Passport Strategy with the AuthorizationCode grant type of the OAuth 2.0 protocol.

7 lines (5 loc) 153 B
'use strict'; /* global describe, it, before, expect */ /* jshint expr: true */ const MITStrategy = require('../lib/strategy'); // TODO: Add more tests