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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-24 22:20:08 -08:00
parent fcc253e7ca
commit bdebf5cda7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { create } from 'zustand'
import { persist } from 'zustand/middleware'
import { EncryptIDClient } from '@encryptid/sdk/client'
const ENCRYPTID_SERVER = process.env.NEXT_PUBLIC_ENCRYPTID_SERVER_URL || 'https://encryptid.jeffemmett.com'
const ENCRYPTID_SERVER = process.env.NEXT_PUBLIC_ENCRYPTID_SERVER_URL || 'https://auth.ridentity.online'
const client = new EncryptIDClient(ENCRYPTID_SERVER)
interface AuthState {