Skip to content

Commit

Permalink
deprecated google api replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmoor committed May 13, 2020
1 parent 49a29c4 commit 6eb2eca
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
29 changes: 22 additions & 7 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"passport-facebook": "^2.1.1",
"passport-github2": "^0.1.11",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-mastodon": "^0.1.3",
"passport-twitter": "^1.0.4",
"pushover-notifications": "^0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const session = require('express-session');
const SQLiteStore = require('connect-sqlite3')(session);
const TwitterStrategy = require('passport-twitter').Strategy;
const GitHubStrategy = require('passport-github2').Strategy;
const GoogleStrategy = require('passport-google-oauth').OAuth2Strategy;
const GoogleStrategy = require('passport-google-oauth20');
const FacebookStrategy = require('passport-facebook').Strategy;
const MastodonStrategy = require('passport-mastodon').Strategy;
const fetch = require('node-fetch');
Expand Down

0 comments on commit 6eb2eca

Please sign in to comment.