Expand description
Connection flow: magic link → verify → SocialWebNet peer
Functions§
- accept_
connection - Accept a magic link: parse + verify the identifier (self-certifying), then register the sender as a SocialWebNet peer (their WireGuard peering material). Half of the mutual peering; the return handshake completes it.
- generate_
connection_ identifier - A signed connection identifier for this node (self-certifying front-door DID + WireGuard peering).
- generate_
magic_ link - A magic link (deep link + https + mailto) carrying this node’s connection identifier.
- list_
social_ peers - The SocialWebNet peers (accepted connections).
- mesh_
dialability - Per-peer mesh dialability — which accepted peers can form a SocialWebNet tunnel now, which must wait for the peer to reach us (roaming), and which are missing key material. Pure/read-only.
- set_
social_ peer_ active - Enable/disable a peer (the socially-defined revoke).
- set_
social_ peer_ endpoint - Set peer transport endpoint for mesh dial (
host:port), or clear with empty/None.