We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40967ce commit d74d7bcCopy full SHA for d74d7bc
1 file changed
lib/auth.js
@@ -95,6 +95,7 @@ if (config.gitlab) {
95
//dropbox
96
if (config.dropbox) {
97
passport.use(new DropboxStrategy({
98
+ apiVersion: '2',
99
clientID: config.dropbox.clientID,
100
clientSecret: config.dropbox.clientSecret,
101
callbackURL: config.serverurl + '/auth/dropbox/callback'
0 commit comments