Skip to content

Commit d74d7bc

Browse files
committed
Update to use dropbox api version 2
1 parent 40967ce commit d74d7bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if (config.gitlab) {
9595
//dropbox
9696
if (config.dropbox) {
9797
passport.use(new DropboxStrategy({
98+
apiVersion: '2',
9899
clientID: config.dropbox.clientID,
99100
clientSecret: config.dropbox.clientSecret,
100101
callbackURL: config.serverurl + '/auth/dropbox/callback'

0 commit comments

Comments
 (0)