Closed lexoyo closed 6 years ago
Oh even better: the services should add a "isLoggedIn" to their info so that when the user is already logged in, the cloud service (github or dropbox) is not even called, no oauth. And it would be always true for fs
In fact, this is what I would expect in the response to '/services' https://github.com/silexlabs/unifile/blob/master/lib/unifile-github.js#L138
Ok, so let's recap, help wanted @JbIPS
Is there still an issue with Unifile?
probably not unless you think isLoggedIn should be part of the result of getInfo?
Hi
A question here about something very specific
In CE2, this is what happens today to enter the "fs" service:
Do you want me to add a "skipAuth" attribute to the services info so that we know from the start that it is not needed?