You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to update the offer, which requires a way to authenticate the user. Probably rely on a signed message from the lightning node/wallet. A message is signed when username is created, then we expect a valid signature from the same pubkey in order to update the offer?
Another tricky thing is that if the lightning node/wallet changes, then you might want to change the offer still without having access to the original key. If I lose access to a lightning wallet (I hope not), I still want to own stephen and sbddesign.
The text was updated successfully, but these errors were encountered:
I have been thinking a lot about this. VPN services that do not require user credentials for registration may be the best example of how to deal with this problem. All the other alternatives (email, lightning wallet, nostr, etc) seem not be suitable.
Mullvad's example can be followed here: during the registration process on Twelve Cash, an Secret Account Number could be generated. This Secret Account Number would act both as an identifier in the context of the Twelve Cash system and as a password for logging in and making changes.
As we can see in the screenshot below, it would also be very important to clearly communicate that this information should be kept private.
Yeah, a secret account number could be good. However, we have already implemented a Nostr login. So it seems to me like the lowest hanging fruit is just to require a login. @chdwlch and I have discussed email auth as well.
But I dunno, the secret number idea would be easy to implement. It's not a bad idea. Hmm.
Ability to update the offer, which requires a way to authenticate the user. Probably rely on a signed message from the lightning node/wallet. A message is signed when username is created, then we expect a valid signature from the same pubkey in order to update the offer?
Another tricky thing is that if the lightning node/wallet changes, then you might want to change the offer still without having access to the original key. If I lose access to a lightning wallet (I hope not), I still want to own
stephen
andsbddesign
.The text was updated successfully, but these errors were encountered: