Skip to content

Commit bebe043

Browse files
committed
Switch to meta module, combining passport-oauth1 and passport-oauth2.
1 parent f074b01 commit bebe043

29 files changed

+5
-4086
lines changed

lib/errors/authorizationerror.js

-44
This file was deleted.

lib/errors/internaloautherror.js

-46
This file was deleted.

lib/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Module dependencies.
33
*/
4-
var OAuthStrategy = require('./strategies/oauth')
5-
, OAuth2Strategy = require('./strategies/oauth2')
6-
, InternalOAuthError = require('./errors/internaloautherror');
4+
var OAuthStrategy = require('passport-oauth1')
5+
, OAuth2Strategy = require('passport-oauth2')
6+
, InternalOAuthError = require('passport-oauth1').InternalOAuthError;
77

88

99
/**

0 commit comments

Comments
 (0)