Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropbox will support only short-lived access tokens starting 2021-09-30 -> should support refresh tokens #7

Open
barbicels opened this issue Nov 23, 2020 · 1 comment

Comments

@barbicels
Copy link

Any plans to enhance DropboxWebAuth to support the PKCE code flow, as will be required for all apps beginning 2021-09-30? Their OAuth flow will only return short-lived access tokens beyond that date.
For now, I’m going to subclass it so that my app will survive the change.

@barbicels
Copy link
Author

Clarification: PKCE is supported and strongly encouraged, but not required, and it would be good to have support for it. The real requirement for dropboxQt is to support refresh tokens in the OAuth flow so that apps won't have to interact with the user when their short-lived tokens expire.

@barbicels barbicels changed the title Dropbox will require PKCE code flow starting 2021-09-30 Dropbox will support only short-lived access tokens starting 2021-09-30 -> should support refresh tokens Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant