From 9dc2b01896aeec6258cf3eb3458579ffbf04dc97 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 13 Feb 2026 07:34:41 -0700 Subject: [PATCH] feat: add optional EncryptID passkey authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add passkey sign-in to the static wallet explorer: - Add js/encryptid.js with WebAuthn registration/authentication - Add auth button to hero section of index.html - Persists auth state in localStorage - No backend required — all client-side Co-Authored-By: Claude Opus 4.6 --- index.html | 5 + js/encryptid.js | 245 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 250 insertions(+) create mode 100644 js/encryptid.js diff --git a/index.html b/index.html index 38264f0..6a32f11 100644 --- a/index.html +++ b/index.html @@ -523,6 +523,7 @@
Part of the rSpace Ecosystem
+

Democratic Wallet Management
for Communities

Interactive visualizations for group treasury management. @@ -750,7 +751,11 @@

No backend. No tracking. All data fetched client-side from public APIs.

+