peter-x / synclist

GNU General Public License v2.0
6 stars 0 forks source link

avoid automatic redirects in remotestorage oauth #31

Open peter-x opened 10 years ago

peter-x commented 10 years ago

If the application starts with a configured remotestorage backend where we do not yet have completed the oauth, it right away redirects to the storage server, so there is no way to remove this setting without allowing access to the storage. Anyway, it is really confusing.

OAuth should only be started once, when the storage backend is saved and should never be repeated automatically.