Re: W3C Credential Management

Hi Melvin,

we definitely need something like that. For LDApp I implemented this [1]
workaround to have a Mozilla Person API. At the moment this is only
possible with a server round-trip.

It would be nice to have schema.org/Person [2] compatible properties
(avatarURL -> image).

[1] https://github.com/bergos/ldapp/blob/master/public/js/identity.js
[2] http://schema.org/Person

Am 03.03.2015 um 12:22 schrieb Melvin Carvalho:
> 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 22:19:23 UTC