rspace-online/shared/components
Jeff Emmett ef1d93d7e9 feat(encryptid): persist login across subdomains via cross-domain cookie
EncryptID sessions were lost when navigating between rspace.online
subdomains (e.g. demo→cca) because localStorage is per-origin. Now
stores a domain-wide cookie (eid_token, domain=.rspace.online, 30 days)
alongside localStorage. On new subdomain visits, the cookie is synced
to localStorage at module load time. Expired tokens are auto-refreshed
via the server before being discarded. Sign-out clears both stores.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 14:10:36 -08:00
..
rstack-app-switcher.ts fix: rename rStack to rSpace in app switcher dropdown 2026-02-28 22:35:21 -08:00
rstack-identity.ts feat(encryptid): persist login across subdomains via cross-domain cookie 2026-03-01 14:10:36 -08:00
rstack-mi.ts feat: embed external apps via iframe in rSpace shell 2026-02-28 08:56:08 +00:00
rstack-space-switcher.ts feat: color-coded visibility badges and contextual space display names 2026-03-01 10:42:06 -08:00
rstack-tab-bar.ts feat: always-visible tab close buttons + rApp dropdown shows open apps 2026-02-28 17:10:08 -08:00