<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[tests]]></title>
        <description><![CDATA[Testing nostr sites]]></description>
        <link>https://www.nostrapps.org/tag/nostrdesign/</link>
        <atom:link href="https://www.nostrapps.org/tag/nostrdesign/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://www.nostrapps.org/tag/nostrdesign/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[brugeman]]></itunes:author>
        <itunes:subtitle><![CDATA[Testing nostr sites]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[brugeman]]></itunes:name>
          <itunes:email><![CDATA[brugeman]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Fri, 01 Dec 2023 17:51:48 GMT</pubDate>
      <lastBuildDate>Fri, 01 Dec 2023 17:51:48 GMT</lastBuildDate>
      
      <itunes:image href="https://nostr.build/i/p/nostr.build_4fb6accf6b24cdb58be127d9a509c3acd3e859bbe24b5c194b82bf30bc1e511a.jpg" />
      <image>
        <title><![CDATA[tests]]></title>
        <link>https://www.nostrapps.org/tag/nostrdesign/</link>
        <url>https://nostr.build/i/p/nostr.build_4fb6accf6b24cdb58be127d9a509c3acd3e859bbe24b5c194b82bf30bc1e511a.jpg</url>
      </image>
      <item>
      <title><![CDATA[Take a look at this prototype.…]]></title>
      <description><![CDATA[Take a look at this prototype. It's a Nostr signer web-app - it works in your browser, doesn't need extensions, and stores your keys locally.

I love the recent ideas by @PABLOF7z  and @rabble  about OAuth-like nostr signup/login flows, but OAuth is so smooth because it…]]></description>
             <itunes:subtitle><![CDATA[Take a look at this prototype. It's a Nostr signer web-app - it works in your browser, doesn't need extensions, and stores your keys locally.

I love the recent ideas by @PABLOF7z  and @rabble  about OAuth-like nostr signup/login flows, but OAuth is so smooth because it…]]></itunes:subtitle>
      <pubDate>Fri, 01 Dec 2023 17:51:48 GMT</pubDate>
      <link>https://www.nostrapps.org/post/note1rww95j8jezwgslg0tuuutmv0f78m95y00d3ng93kpx8zmdn90q5sddh6gm/</link>
      <comments>https://www.nostrapps.org/post/note1rww95j8jezwgslg0tuuutmv0f78m95y00d3ng93kpx8zmdn90q5sddh6gm/</comments>
      <guid isPermaLink="false">note1rww95j8jezwgslg0tuuutmv0f78m95y00d3ng93kpx8zmdn90q5sddh6gm</guid>
      <category>nostrdesign</category>
      
        <media:content url="https://video.nostr.build/b3bbcd1aa40ca6d1a3175f6690171e859dc85d41d7f4878b1bbc8f9b9c264fa9.mp4" medium="video"/>
        <enclosure 
          url="https://video.nostr.build/b3bbcd1aa40ca6d1a3175f6690171e859dc85d41d7f4878b1bbc8f9b9c264fa9.mp4" length="0" 
          type="video/mp4" 
        />
      <noteId>note1rww95j8jezwgslg0tuuutmv0f78m95y00d3ng93kpx8zmdn90q5sddh6gm</noteId>
      <npub>npub1xdtducdnjerex88gkg2qk2atsdlqsyxqaag4h05jmcpyspqt30wscmntxy</npub>
      <dc:creator><![CDATA[brugeman]]></dc:creator>
      <content:encoded><![CDATA[<p>Take a look at this prototype. It's a Nostr signer web-app - it works in your browser, doesn't need extensions, and stores your keys locally.<br><br>I love the recent ideas by <a href="https://njump.me/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">PABLOF7z</a>  and <a href="https://njump.me/npub1wmr34t36fy03m8hvgl96zl3znndyzyaqhwmwdtshwmtkg03fetaqhjg240">rabble</a>  about OAuth-like nostr signup/login flows, but OAuth is so smooth because it works on the web - no extensions or apps needed. And the only Nostr web-signing option we had until now was to give custody of your keys to a remote nsecbunker, or paste nsec into every app.<br><br>This app, though, is a pure web app, and it does signing locally. It uses NIP46 just like nsecbunker, so it shouldn't be too hard for apps to start supporting it - the one that already works is Snort. With nip05 names added on top we can make signup/login flows that are very smooth and users would only deal with email-like usernames and passwords, without the custody of keys by third-parties.<br><br>Ok, let's watch the demo. Your eyes will bleed, but it's a prototype. Maybe <a href='/tag/nostrdesign/'>#nostrdesign</a> team would help us turn it into something pleasant.<br><br><video controls="" src="https://video.nostr.build/b3bbcd1aa40ca6d1a3175f6690171e859dc85d41d7f4878b1bbc8f9b9c264fa9.mp4" style="width:100%;"></video><br><br>This approach technically works across devices, but that's unreliable on mobile if device is locked, plus your devices are offline sometimes, so the best way would be to have this app store keys on each of your devices so that at least one instance of the signer is always online (on the device you're using right now). That's why this app has built-in password-protected cloud sync for keys.<br><br>It's open source. <br><br>App: <np-embed url="https://login.nostrapps.org"><a href="https://login.nostrapps.org">https://login.nostrapps.org</a></np-embed><br>Client: <np-embed url="https://github.com/nostrband/noauth"><a href="https://github.com/nostrband/noauth">https://github.com/nostrband/noauth</a></np-embed><br>Server: <np-embed url="https://github.com/nostrband/noauthd"><a href="https://github.com/nostrband/noauthd">https://github.com/nostrband/noauthd</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[brugeman]]></itunes:author>
      <itunes:summary><![CDATA[<p>Take a look at this prototype. It's a Nostr signer web-app - it works in your browser, doesn't need extensions, and stores your keys locally.<br><br>I love the recent ideas by <a href="https://njump.me/npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft">PABLOF7z</a>  and <a href="https://njump.me/npub1wmr34t36fy03m8hvgl96zl3znndyzyaqhwmwdtshwmtkg03fetaqhjg240">rabble</a>  about OAuth-like nostr signup/login flows, but OAuth is so smooth because it works on the web - no extensions or apps needed. And the only Nostr web-signing option we had until now was to give custody of your keys to a remote nsecbunker, or paste nsec into every app.<br><br>This app, though, is a pure web app, and it does signing locally. It uses NIP46 just like nsecbunker, so it shouldn't be too hard for apps to start supporting it - the one that already works is Snort. With nip05 names added on top we can make signup/login flows that are very smooth and users would only deal with email-like usernames and passwords, without the custody of keys by third-parties.<br><br>Ok, let's watch the demo. Your eyes will bleed, but it's a prototype. Maybe <a href='/tag/nostrdesign/'>#nostrdesign</a> team would help us turn it into something pleasant.<br><br><video controls="" src="https://video.nostr.build/b3bbcd1aa40ca6d1a3175f6690171e859dc85d41d7f4878b1bbc8f9b9c264fa9.mp4" style="width:100%;"></video><br><br>This approach technically works across devices, but that's unreliable on mobile if device is locked, plus your devices are offline sometimes, so the best way would be to have this app store keys on each of your devices so that at least one instance of the signer is always online (on the device you're using right now). That's why this app has built-in password-protected cloud sync for keys.<br><br>It's open source. <br><br>App: <np-embed url="https://login.nostrapps.org"><a href="https://login.nostrapps.org">https://login.nostrapps.org</a></np-embed><br>Client: <np-embed url="https://github.com/nostrband/noauth"><a href="https://github.com/nostrband/noauth">https://github.com/nostrband/noauth</a></np-embed><br>Server: <np-embed url="https://github.com/nostrband/noauthd"><a href="https://github.com/nostrband/noauthd">https://github.com/nostrband/noauthd</a></np-embed></p>
]]></itunes:summary>
      
      </item>
      
      </channel>
      </rss>
    