W3C Credential Management

Just wanted to highlight the W3C work on Credential management.  It looks
quite useful.

https://w3c.github.io/webappsec/specs/credentialmanagement/#existing-solutions-webid

WebID is mentioned [1] the draft.  Would be good to know if it is wished
that the WebID community might help with contributions to this part.

interface Credential {
  readonly attribute DOMString id
<https://w3c.github.io/webappsec/specs/credentialmanagement/#dom-credential-id>;
  readonly attribute DOMString name
<https://w3c.github.io/webappsec/specs/credentialmanagement/#dom-credential-name>;
  readonly attribute DOMString avatarURL
<https://w3c.github.io/webappsec/specs/credentialmanagement/#dom-credential-avatarurl>;
};


[1]
https://w3c.github.io/webappsec/specs/credentialmanagement/#existing-solutions-webid

Received on Tuesday, 3 March 2015 11:23:12 UTC