Authenticator-Extension / Authenticator

Authenticator generates 2-Step Verification codes in your browser.
https://authenticator.cc
MIT License
3.21k stars 757 forks source link

Update Dropbox oauth flow #548

Open Sneezry opened 3 years ago

Sneezry commented 3 years ago

Starting September 30th, 2021, the Dropbox OAuth flow will no longer return long-lived access tokens. It will instead return short-lived access tokens, and optionally return refresh tokens. Please be sure to review, test, and move to the new permission model before then.

For detailed instructions, please see:

mymindstorm commented 3 years ago

This should be almost identical to the OneDrive implementation except for PKCE.

EDIT: looks like we need to update the auth for OneDrive too, there is a message to upgrade to a newer auth flow that uses PKCE.