logos-innovation-lab / waku-objects-playground

A simple waku chat application to play with and test waku objects
https://chat.wakuplay.im
Apache License 2.0
2 stars 1 forks source link

Share my profile through a direct link so people can start talking to me #11

Closed agazso closed 1 year ago

agazso commented 1 year ago

So people can start talking to me.

https://www.sketch.com/s/aa87e1e9-2fa2-46fb-b2c7-5414cdf07cb3/a/YZYZVGL

david-gauquelin commented 1 year ago

Maybe at first we can do a simpler version with a "public link" (no unique link) we can use the same link and scan the same QR code

vojtechsimetka commented 1 year ago

I understood it that way. Basically I am sharing my account invite link which is pseudo private (it is 40+hex numbers which is hard to guess but always the same)

agazso commented 1 year ago

I understood it that way. Basically I am sharing my account invite link which is pseudo private (it is 40+hex numbers which is hard to guess but always the same)

Can you please describe the flow in a bit more depth so that I can understand? @filoozom feel free to also add your ideas, for example I would be interested if we could use a version of short codes?

filoozom commented 1 year ago

It might be possible to use short codes, but I'm not sure how secure my implementation actually is. For now I'd take the simplest route and have either a long link that contains all the useful info (maybe encoded in base64 or something to make it a bit shorter than a hex address) or some sort of on-chain registry to have shorter links. That would depend on the chain we'd use and the associated cost.

vojtechsimetka commented 1 year ago

Can you please describe the flow in a bit more depth so that I can understand?

It was a response to @david-gauquelin suggestion to start with a non-unique link. So essentially the link being my ETH address.