Skip to main content

Crate nostr_bbs_auth_worker

Crate nostr_bbs_auth_worker 

Source
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 point
  • webauthn.rs – WebAuthn registration + authentication handlers
  • pod.rs – Pod provisioning and profile retrieval
  • auth.rs – NIP-98 verification wrapper