silexlabs / cloud-explorer

*this version is deprecated, see CloudExplorer2* File manager for your users cloud services such as dropbox, google drive and FTP
http://cloud-explorer.org
52 stars 23 forks source link

Use server login rather than client-side check #55

Closed JbIPS closed 8 years ago

JbIPS commented 8 years ago

Don't read the OAuth return querystring and systematically try to login. The check is transfered to the server (Unifile). To avoid collision with the popup closing timer, handler is unbound when logging in.

This will close #54.

What do you think @zabojad @lexoyo?

lexoyo commented 8 years ago

:+1: