From be1067bed9e58049b4f54de5d2f9b3f11e52c61a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 22:20:05 -0800 Subject: [PATCH] refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online Part of the ridentity.online branding migration. The EncryptID auth server is now accessible at auth.ridentity.online (with the legacy encryptid.jeffemmett.com kept as a backward-compatible alias). Co-Authored-By: Claude Opus 4.6 --- src/encryptid/README.md | 2 +- src/encryptid/session.ts | 2 +- website/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/encryptid/README.md b/src/encryptid/README.md index e7f10f5..987d71d 100644 --- a/src/encryptid/README.md +++ b/src/encryptid/README.md @@ -227,7 +227,7 @@ if (!allowed) { EncryptID uses [Related Origin Requests](https://passkeys.dev/docs/advanced/related-origins/) to share passkeys across r-ecosystem domains. -Configuration at `https://encryptid.online/.well-known/webauthn`: +Configuration at `https://auth.ridentity.online/.well-known/webauthn`: ```json { diff --git a/src/encryptid/session.ts b/src/encryptid/session.ts index e788cc5..75901f5 100644 --- a/src/encryptid/session.ts +++ b/src/encryptid/session.ts @@ -156,7 +156,7 @@ export class SessionManager { // Build claims const claims: EncryptIDClaims = { - iss: 'https://encryptid.jeffemmett.com', + iss: 'https://auth.ridentity.online', sub: did, aud: [ 'rspace.online', diff --git a/website/index.html b/website/index.html index f64c243..d67f733 100644 --- a/website/index.html +++ b/website/index.html @@ -571,7 +571,7 @@ 📊 rData - + 🔐 Learn more about EncryptID