Expand description
nostr-bbs Auth Worker (Rust)
WebAuthn registration/authentication + NIP-98 verification + pod provisioning.
Port of workers/auth-api/index.ts (510 lines).
§Architecture
lib.rs– Router, CORS, entry pointwebauthn.rs– WebAuthn registration + authentication handlerspod.rs– Pod provisioning and profile retrievalauth.rs– NIP-98 verification wrapper