An Obsidian plugin for publishing notes to the ATmosphere — Bluesky posts, standard.site documents, and your own record types.
This domain exists only to host the plugin's OAuth client identity. atproto requires a
client's client_id to be an HTTPS URL that serves its metadata document, and it
does not permit redirecting straight to obsidian:// — so the sign-in response
lands on a static page here and is handed back to Obsidian via a deep link.
/callback — the redirect target, which forwards to ObsidianThe authorization response travels in the URL fragment, so the authorization code is never sent to this server. These are static files: no backend, no logging, no analytics, no cookies.