pull down to refresh
21 sats \ 0 replies \ @supratic OP 10h \ parent \ on: Wich wallets provide a LNURL Auth Public Key? lightning
So I should integrate it the way SN does, instead providing an input text to place the LNURL Auth public key?
I describe the issue, maybe better help clarify why I need a list of wallets that generate the string:
I'm building an webapp where the user can sign up and login using LNURL using this plugin https://wordpress.org/plugins/lnurl-auth/. All good for new users, they can sign up with LNURL scanning QRcode and add a second login method later.
The issue I'm facing is with an existing user wanting to connect a LN wallet. For now, the only way I figured out is to add a LNURL Auth key string to the profile settings and link the existing wallet.
Ideally, I wanted to provide a list of wallets that support the generation of LNURL strings so they can copy and paste it into the account settings.
This option would allow another way to connect a LN wallet to an existing account so next time they have the option to chose between two login methods instead of just one?