-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove getAccounts and migrate accounts+capabilities to Authentication #58
Labels
Comments
I started working on this |
thomascube
added a commit
to roundcube-next/jmap-client
that referenced
this issue
Oct 3, 2017
Will append an object property to the building object by recursively calling toJSONObject() on each own property. This is a preparation for linagora#58
thomascube
added a commit
to roundcube-next/jmap-client
that referenced
this issue
Oct 3, 2017
According to the recent updates to the JMAP spec, account data is now loaded from the authentication response. Therefore the AuthAccess model was significantly changed to serve as a container for authentication data, account information and server capabilities. This change requires authentication responses to comply with the latest spec as the model requires certain new properties to be present. Added: jmap.ServerCapablities Removed: jmap.AccountCapabilities The namespace URIs used for the various capabilites are defined in jmap.Constants but not yet final. see links in issue linagora#58
thomascube
added a commit
to roundcube-next/jmap-client
that referenced
this issue
Oct 3, 2017
fabienmoyon
pushed a commit
to fabienmoyon/jmap-client
that referenced
this issue
Oct 13, 2017
Will append an object property to the building object by recursively calling toJSONObject() on each own property. This is a preparation for linagora#58
fabienmoyon
pushed a commit
to fabienmoyon/jmap-client
that referenced
this issue
Oct 13, 2017
According to the recent updates to the JMAP spec, account data is now loaded from the authentication response. Therefore the AuthAccess model was significantly changed to serve as a container for authentication data, account information and server capabilities. This change requires authentication responses to comply with the latest spec as the model requires certain new properties to be present. Added: jmap.ServerCapablities Removed: jmap.AccountCapabilities The namespace URIs used for the various capabilites are defined in jmap.Constants but not yet final. see links in issue linagora#58
fabienmoyon
pushed a commit
to fabienmoyon/jmap-client
that referenced
this issue
Oct 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per https://groups.google.com/forum/#!topic/jmap-discuss/9XKdZrp2mBE and http://jmap.io/spec-core.html#getting-an-access-token
The text was updated successfully, but these errors were encountered: