Agora Next Updates: Weekly Recap - Civic Wallet Access & Account Lifecycle
This week's work centered on the civic tenant, adding embedded-wallet login and tightening account deletion behavior, alongside a wallet-connector reliability fix and small forum bug cleanup. Five pull requests and one additional commit landed, with most changes gated to civic and scoped to avoid affecting other tenants.
Duration: PT3M8S
Episode overview
This episode is a short developer briefing from Agora Next Updates.
It explains recent repository work in plain language.
- Show: Agora Next Updates
- Published: 2026-07-13T09:30:13Z
- Audio duration: PT3M8S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Welcome to Agora Next Updates, covering July 6th through July 13th, 2026.
This week: 5 pull request activity items, 1 additional commit.
The clear throughline this week is civic tenant access — who can get into the platform, and what happens when they leave it.
Start with wallet access. PR 1567 adds Privy-based email and social login with embedded wallets, gated specifically to the civic tenant. Members without a self-custodial wallet can now sign in and delegate or vote gaslessly through the existing relayer. Importantly, the feature sits behind a per-tenant toggle, so no…
That new login path connects directly to a reliability fix. PR 1571 addresses how the Mirador wallet flow handles connector mismatches during sign-in — retrying the SIWE signature once through the live connector after an exact chain mismatch, without switching networks or burning the nonce. It also tightens how…
The second theme is account lifecycle. PR 1568 changes what happens when a civic member deletes their account: the membership NFT is now burned server-side before any deletion proceeds, and if the burn fails, the entire request aborts and can be retried. The confirmation dialog now warns users the NFT will…