mirror of https://github.com/keeweb/keeweb
PKCE enabled on Dropbox
parent
daa250e8fa
commit
067d3778d8
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue