Skip to content

Commit

Permalink
Merge pull request #1931 from processing/chore/migrate-passport-github
Browse files Browse the repository at this point in the history
[#1905] Migrate from passport-github to passport-github2
  • Loading branch information
catarak authored Sep 23, 2021
2 parents 2bc7e59 + f68f62c commit cad726c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"nodemailer": "^6.4.16",
"nodemailer-mailgun-transport": "^1.4.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^1.0.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/config/passport.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import friendlyWords from 'friendly-words';
import lodash from 'lodash';

import passport from 'passport';
import GitHubStrategy from 'passport-github';
import GitHubStrategy from 'passport-github2';
import LocalStrategy from 'passport-local';
import GoogleStrategy from 'passport-google-oauth20';
import { BasicStrategy } from 'passport-http';
Expand Down

0 comments on commit cad726c

Please sign in to comment.