-
Notifications
You must be signed in to change notification settings - Fork 177
Suggestion: add Blockchain ID handle to chat (if they have one) #303
Comments
I think it should just be the handle. That is the only real thing that identify's you. Anyone can enter a name and avatar to impersonate you. |
Are we concerned about this leading to simple impersonation attempts? With GUID at least they're need to take some effort to check. |
Blockchain id will work at launch. I don't see why we would change it just for time up to launch then change it back. |
Ok, if that's the case then we'll do that. Editing the issue to reflect that. |
Changing this to a stretch goal. We can launch the v1 test without this feature and try and incorporate it before going live on mainnet. |
I've filed an issue on the server side, get_chat_conversations doesn't return a value for avatar_hash and doesn't return handle at all, we'll need that for this feature. |
Working. Spectacular work @rmisio |
Right now we can identity who we're talking to based on their avatar and GUID. I suggest we add the node's Name as the most prominent text identifier, with GUID minimized beneath it (or something like that).
Obviously a more permanent and memorable identifier would be better, from say Blockchain ID, but until that is fully integrated - or for users who choose not to register a BID - the Name should be a big help.
Edit:
name
tohandle
handle
, which will prevent collisions and thus impersonator attacksThe text was updated successfully, but these errors were encountered: