Closed gr2m closed 8 years ago
account.get() currently returns account username, id and profile if existent. It now returns a session property, which has an id property.
account.get()
The reason is that the store module (and in future plugins) need to know the session.id to authenticate against the server.
session.id
The solution I came up with for now is shown here: https://github.com/hoodiehq/hoodie-client-store/pull/57
account.get()
currently returns account username, id and profile if existent. It now returns a session property, which has an id property.The reason is that the store module (and in future plugins) need to know the
session.id
to authenticate against the server.The solution I came up with for now is shown here: https://github.com/hoodiehq/hoodie-client-store/pull/57