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> |
||
|---|---|---|
| .. | ||
| rstack-app-switcher.ts | ||
| rstack-identity.ts | ||
| rstack-mi.ts | ||
| rstack-space-switcher.ts | ||
| rstack-tab-bar.ts | ||