fazo96 / ipfs-boards

a truly distributed social platform for the browser with no backend and no external applications required
http://boards.ydns.eu
220 stars 20 forks source link

Link IPNS ID to username #76

Closed fazo96 closed 6 years ago

fazo96 commented 8 years ago

The problem is: how can I find a user if I don't know his Node ID?

I think we should have a system that resolves names to IPNS IDs, of course it has to be centralized so users can register their names, but then the user can choose which service to use in his application.

EDIT: my opinion was updated, see below

jbenet commented 8 years ago

Identity is a big, big topic. i've a datastructure in mind for this, similar to (and for use with) POST.

i dont think we need a centralized though, we just need byzantine consensus, and even at that we only need federated bizantine consensus (stellat).

i suggest do something simple for now, like email or OAuth, but leave room for upgrading this

fazo96 commented 8 years ago

For now the plan is:

The real issues are:

Thanks for your input :+1: