getAlby / nostr-wallet-connect

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
103 stars 31 forks source link

Consider removing permission for get_info #190

Open rolznz opened 8 months ago

rolznz commented 8 months ago

Consider it always ok to read node info. That is how WebLN currently works, if we are ok with that in WebLN.

Maybe later we can introduce a GetMethods function if there is a need to separate getting supported methods from getting node information.