Why not allow to add more than one lightning login?
I ask because I use Alby to login on PC, but I would like to login with lightning on Breez mobile for example when they add stacker news. So will be different lightning logins, but If stacker news add an option to add more than one lightning login, I could use the same account on Mobile and PC.
reply
I can. I'd just have to change how this is structured in the db. Currently, it's like
user { id name .... pubkey }
and I'd have to make it
user { id name .... } pubkey { pubkey userId }
and also rework the linking UI. Shouldn't take more than a couple hours to do though once started ... just that migrating the db needs to be done carefully.
reply