mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
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> |
||
|---|---|---|
| .. | ||
| eslint-config | ||
| mana-core-nestjs-integration | ||
| manadeck-database | ||
| news-database | ||
| nutriphi-database | ||
| shared-auth | ||
| shared-auth-stores | ||
| shared-auth-ui | ||
| shared-branding | ||
| shared-config | ||
| shared-credit-service | ||
| shared-errors | ||
| shared-feedback-service | ||
| shared-feedback-types | ||
| shared-feedback-ui | ||
| shared-i18n | ||
| shared-icons | ||
| shared-landing-ui | ||
| shared-nestjs-auth | ||
| shared-profile-ui | ||
| shared-storage | ||
| shared-subscription-types | ||
| shared-subscription-ui | ||
| shared-supabase | ||
| shared-tailwind | ||
| shared-theme | ||
| shared-theme-ui | ||
| shared-types | ||
| shared-ui | ||
| shared-utils | ||
| test-config | ||
| uload-database | ||