DanConwayDev on Nostr: I tested multi-account nip07 functionality. Right now this works in the same way ...
I tested multi-account nip07 functionality. Right now this works in the same way NoStrudel does. Its intuitive if you switch accounts in the signing extension and the app at the same time, but it otherwise gets confusing as account switching with the app and within the extension happen independently. cc hzrd149 (npub1ye5…knpr).
To improve this, the app could ask for the pubkey on page load (or refresh) when a nip07 extension user is logged in. Then it could switch the user to the active pubkey.
This would be slightly annoying for unusual users like me who likes to manually approve each signing request but its probably worth the trade off.
This wouldn't pick up on changes if the nip07 signer account changed whist the app is already loaded. Periodic polling of the signer pubkey could address this but this would be even more annoying for users who want to manually approve.
To improve this, the app could ask for the pubkey on page load (or refresh) when a nip07 extension user is logged in. Then it could switch the user to the active pubkey.
This would be slightly annoying for unusual users like me who likes to manually approve each signing request but its probably worth the trade off.
This wouldn't pick up on changes if the nip07 signer account changed whist the app is already loaded. Periodic polling of the signer pubkey could address this but this would be even more annoying for users who want to manually approve.