From 067d3778d846368095833247777f4d6aca6f46a0 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 12 Sep 2020 12:04:16 +0200 Subject: [PATCH] PKCE enabled on Dropbox --- app/scripts/storage/impl/storage-dropbox.js | 2 +- release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/storage/impl/storage-dropbox.js b/app/scripts/storage/impl/storage-dropbox.js index 2927fcd7..09a13f9b 100644 --- a/app/scripts/storage/impl/storage-dropbox.js +++ b/app/scripts/storage/impl/storage-dropbox.js @@ -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 }; diff --git a/release-notes.md b/release-notes.md index ffc86611..4a0c8478 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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