DOC,UBY: What do I specify for avatarURL? Gravatar? W3C DID?

Timeline

Wes Turner (westurner) opened

First walkthrough: I'm doing git bug user create and I don't know what to specify when it asks for Avatar URL:? https://github.com/MichaelMure/git-bug/search?q=avatar

Questions:

  • Is it my gravatar profile URL, for example, or a path to profile image?
  • Can I just leave this blank for now?

Possible solutions for improving usability (UBY):

  • add an explanation in the CLI
  • add an explanation in the docs.

( "A Gravatar is a Globally Recognized Avatar."; they have a JSON API: https://en.gravatar.com/site/implement/profiles/ )

https://www.w3.org/TR/did-core/ ::

Decentralized identifiers (DIDs) are a new type of identifier that enables verifiable, decentralized digital identity. A DID identifies any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) that the controller of the DID decides that it identifies. These new identifiers are designed to enable the controller of a DID to prove control over it and to be implemented independently of any centralized registry, identity provider, or certificate authority.

See: "Identity Management" #55

Michael Muré (MichaelMure) commented

This AvatarURL thing is not really fleshed out properly yet. It's any HTTP link pointing to an image. It's optional.

This should be replaced by storing the file in git really. Loading arbitrary image from the internet has security implications.

Michael Muré (MichaelMure) closed the bug

Wes Turner (westurner) commented

So I can just press Enter there without entering a URL?

On Tue, May 5, 2020, 7:48 AM Michael Muré notifications@github.com wrote:

Closed #383 https://github.com/MichaelMure/git-bug/issues/383.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MichaelMure/git-bug/issues/383#event-3303846842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMNSYWRLZ4EIE44Q4CLNTRP74I7ANCNFSM4MWTFKOQ .

Michael Muré (MichaelMure) commented

Yes