What would it enable though? You’d need to implement a bunch of other things to handle relays, events etc

Reply to this note

Please Login to reply.

Discussion

This method here would negate a lot of that complexity.

https://github.com/nostr-protocol/nips/blob/login/97.md

Yeah but what does it enable? You need Nostr auth app to make sense of relays and events. No web 2 apps have that. They use databases and everything is tied to databases.

With NIP-07 or NIP-46, yes, more infrastructure and understanding of Nostr is needed. But with NIP-97 and NIP-98 web apps wouldn't need this. The heavy lifting is done via the existing clients that users are using. Sure they'd need to use their own database to house login information, but this is no different than any other OAuth login scheme.