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
beacon: canonical profile URL is bare /<hex> (was /p/<hex>)
Cleaner scheme — the pubkey is the path:
/ home
/<hex> human profile page (HTML + OGP)
/.well-known/did/nostr/<hex>.json machine DID document
RegExp route constrained to 64-hex so it never collides with /api, /healthz,
/.well-known or static assets. Legacy #<hex> links still resolve.
0 commit comments