You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As getClient() is an API to GET /auth/register/:clientID with a registrationAccessToken required, it seems not feasible to set up a getClient() without any parameter. Thus it seems to be the third-party application's responsibility to store these two pieces of information (clientID and registrationAccessToken) needed for the request after a registration in order to get further accessibility to getClient() and others https://github.com/cozy/cozy-client-js API.
kosssi
changed the title
Save client on local database & return it with getClient()
Save client id on local database
Feb 20, 2017
Actually we could save
client
information when we register an auth client. cozy/cozy-drive#113It's better if
cozy-client-js
save it on local database to unregister the client easier.The text was updated successfully, but these errors were encountered: