#asknostr #nostrcommunity

I want to implement user sign up/ login functionality. i would like to ask two things:

1. What NIP could help me with sign up/sign in functionality?

2. Any nostr-tool that i can use?

Thanks. Would appreciate any articles, profiles, blogs related to this topic.

#nostr #nip #nostrtools

Reply to this note

Please Login to reply.

Discussion

How do you want to call it? instr?

We’re calling it memestr😁

Check it out - https://aarubama.github.io/memestr/

There’s no sign up and sign in in the traditional sense.

Sign up = generating keys for the user

Sign in = storing them in app memory and signing events with it.

That’s it, also kind 0 events are replaceable events that’ll store user information

Checkout nip-01 and nip-19.

The closest to a login is probably to verify a message. You could look at the NIP responsible for relay authentication; this should get you...somewhere.