Block a user
test(web): silence localStorage-file warnings in vitest
Audit update: added pnpm override for minimatch >=10.2.1 and regenerated lockfile in this branch.\n\nResult:\n- pnpm audit --audit-level=high now reports 0 high/critical, 2 moderate (ajv via…
test(web): silence localStorage-file warnings in vitest
fix(auth): generate UUID ids for BetterAuth Prisma writes
Web test fix: added a localStorage shim in web vitest setup so ThemeProvider tests have a full Storage API.\n\nVerification:\n- pnpm --filter @mosaic/web test (passes locally)
jason.woltje
created branch fix/authentik-betterauth-interop in mosaic/stack
2026-02-19 01:31:55 +00:00
jason.woltje
deleted branch fix/authentik-betterauth-interop from mosaic/stack
2026-02-19 01:07:34 +00:00
fix(auth): generate UUID ids for BetterAuth Prisma writes
fix(auth): generate UUID ids for BetterAuth Prisma writes
Audit update after dependency remediation:
- Added pnpm override: minimatch >=10.2.1
- Regenerated lockfile
- Verified: pnpm audit --audit-level=high now exits cleanly (0 high / 0 critical) -…
fix(auth): generate UUID ids for BetterAuth Prisma writes
jason.woltje
created branch fix/authentik-betterauth-interop in mosaic/stack
2026-02-19 00:49:43 +00:00
jason.woltje
deleted branch fix/authentik-betterauth-interop from mosaic/stack
2026-02-18 05:44:20 +00:00
fix(auth): restore BetterAuth OAuth2 flow and compose wiring
fix(auth): restore BetterAuth OAuth2 flow and compose wiring
Clean PR summary (body was shell-mangled during CLI submission):
- Set BetterAuth base URL from BETTER_AUTH_URL (fallback NEXT_PUBLIC_API_URL) with production safety validation.
- Align OIDC…