PKCE enabled on Dropbox

This commit is contained in:
antelle 2020-09-12 12:04:16 +02:00
parent daa250e8fa
commit 067d3778d8
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class StorageDropbox extends StorageBase {
tokenUrl: 'https://api.dropboxapi.com/oauth2/token',
clientId: this._getKey(),
clientSecret: this._getSecret(),
pkce: false,
pkce: true,
width: 600,
height: 400
};

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.15.7 (2020-09-12)
`-` fix #1597: Dropbox sync now includes scopes
`-` PKCE enabled on Dropbox auth
##### v1.15.6 (2020-08-08)
`-` fix #1553: empty fields display for templates