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
Before doing anything with nostr, the user needs to log in. Does NDK provide support for this? If so, please make it more obvious in the readme and or provide an example of a simple implementation.
If not, please make that explicit in the readme as well. would save time for new Nostr devs that dont know what theyre doing (like me!)
Thanks!
The text was updated successfully, but these errors were encountered:
there is no such thing as "logging in" in nostr, since there are no nostr accounts. You just sign events with a key, that's the closest you can get to "logging in".
What you are looking for are "signers", of which there are multiple, NDKPrivateKeySigner, NDKNip07Signer, NDKNip46Signer, have a look at those and let me know here if you have more questions ;)
Hi there,
Before doing anything with nostr, the user needs to log in. Does NDK provide support for this? If so, please make it more obvious in the readme and or provide an example of a simple implementation.
If not, please make that explicit in the readme as well. would save time for new Nostr devs that dont know what theyre doing (like me!)
Thanks!
The text was updated successfully, but these errors were encountered: