feat: nip05 on profile page #21

Merged
verbiricha merged 2 commits from nip05 into main 2023-01-10 09:47:21 +00:00
verbiricha commented 2023-01-09 18:46:19 +00:00 (Migrated from github.com)

Noticed cash.app doesn't set CORS so those don't show as verified but in general the nostr.json files are CORS-ready

Screenshot 2023-01-09 at 19 42 31

Noticed cash.app doesn't set CORS so those don't show as verified but in general the nostr.json files are CORS-ready ![Screenshot 2023-01-09 at 19 42 31](https://user-images.githubusercontent.com/92299987/211384016-21a5df8b-c3f4-4172-a8df-b68ea0de93b7.png)
cloudflare-pages[bot] commented 2023-01-09 20:23:07 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a9f474f
Status:   Deploy successful!
Preview URL: https://844f4e0d.snort-social.pages.dev
Branch Preview URL: https://nip05.snort-social.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>a9f474f</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://844f4e0d.snort-social.pages.dev'>https://844f4e0d.snort-social.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://nip05.snort-social.pages.dev'>https://nip05.snort-social.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/snort-social/844f4e0d-f393-40ca-b727-bad9c51b7c71)
v0l (Migrated from github.com) reviewed 2023-01-09 22:06:58 +00:00
v0l (Migrated from github.com) commented 2023-01-09 22:06:20 +00:00

You should include the param ?name=${nick} some services will require this

You should include the param `?name=${nick}` some services will require this
v0l (Migrated from github.com) reviewed 2023-01-09 22:09:00 +00:00
v0l (Migrated from github.com) commented 2023-01-09 22:08:57 +00:00

If its not verified then we should show error right?

If its not verified then we should show error right?
v0l (Migrated from github.com) reviewed 2023-01-09 22:16:16 +00:00
v0l (Migrated from github.com) commented 2023-01-09 22:16:15 +00:00
https://github.com/nostr-protocol/nips/blob/master/05.md
verbiricha (Migrated from github.com) reviewed 2023-01-10 06:19:45 +00:00
verbiricha (Migrated from github.com) commented 2023-01-10 06:19:45 +00:00

Good point, done.

Good point, done.
verbiricha (Migrated from github.com) reviewed 2023-01-10 06:20:09 +00:00
@ -0,0 +34,4 @@
{!isDefaultUser && '@'}
{domain}
</div>
{isVerified && (
verbiricha (Migrated from github.com) commented 2023-01-10 06:20:09 +00:00
Screenshot 2023-01-10 at 07 19 08
<img width="282" alt="Screenshot 2023-01-10 at 07 19 08" src="https://user-images.githubusercontent.com/92299987/211476232-a81fca20-7a0b-4774-b914-8e449a3522c5.png">
verbiricha (Migrated from github.com) reviewed 2023-01-10 06:20:50 +00:00
verbiricha (Migrated from github.com) commented 2023-01-10 06:20:50 +00:00

Also treating _ as the default user and following spec recommendation for display:
Screenshot 2023-01-10 at 07 18 49
Screenshot 2023-01-10 at 07 18 44

Also treating `_` as the default user and following spec recommendation for display: <img width="282" alt="Screenshot 2023-01-10 at 07 18 49" src="https://user-images.githubusercontent.com/92299987/211476434-d9eae9e0-aa52-423a-8d78-26217bcfdaa2.png"> <img width="282" alt="Screenshot 2023-01-10 at 07 18 44" src="https://user-images.githubusercontent.com/92299987/211476475-79e03d9d-4224-4ddf-8c63-62e2e75e11ef.png">
v0l (Migrated from github.com) approved these changes 2023-01-10 09:47:05 +00:00
Sign in to join this conversation.
No description provided.