managarten/packages/shared-auth/src/adapters
Wuesteon da4f05adc3 fix(shared-auth): add UUID fallback for HTTP contexts
crypto.randomUUID() requires HTTPS (secure context). Staging uses HTTP,
so add fallback using crypto.getRandomValues() which works in insecure
contexts.

Fallback chain:
1. crypto.randomUUID() - native, requires HTTPS
2. crypto.getRandomValues() - works on HTTP
3. Math.random() - last resort fallback

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 04:26:34 +01:00
..
device.ts fix(shared-auth): add UUID fallback for HTTP contexts 2025-12-05 04:26:34 +01:00
network.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
storage.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00