jason.woltje
  • Joined on 2025-11-30
jason.woltje commented on pull request mosaic/stack#428 2026-02-19 01:41:57 +00:00
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…

jason.woltje pushed to fix/web-test-warnings-2 at mosaic/stack 2026-02-19 01:41:48 +00:00
f72e8c2da9 chore(deps): override minimatch to 10.2.1 for audit fix
jason.woltje created pull request mosaic/stack#428 2026-02-19 01:38:58 +00:00
test(web): silence localStorage-file warnings in vitest
jason.woltje pushed to fix/web-test-warnings-2 at mosaic/stack 2026-02-19 01:38:33 +00:00
1a668627a3 test(web): silence localStorage-file warnings in vitest setup
jason.woltje created branch fix/web-test-warnings-2 in mosaic/stack 2026-02-19 01:38:33 +00:00
jason.woltje commented on pull request mosaic/stack#427 2026-02-19 01:31:58 +00:00
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 pushed to fix/authentik-betterauth-interop at mosaic/stack 2026-02-19 01:31:55 +00:00
8de2d9469a fix(web): ensure localStorage mock exists for tests
jason.woltje created branch fix/authentik-betterauth-interop in mosaic/stack 2026-02-19 01:31:55 +00:00
jason.woltje pushed to develop at mosaic/stack 2026-02-19 01:07:34 +00:00
bd3625ae1b Merge pull request 'fix(auth): generate UUID ids for BetterAuth Prisma writes' (#427) from fix/authentik-betterauth-interop into develop
aeac188d40 chore(deps): override minimatch to 10.2.1 for audit fix
f219dd71a0 fix(auth): use UUID id generation for BetterAuth DB models
Compare 3 commits »
jason.woltje deleted branch fix/authentik-betterauth-interop from mosaic/stack 2026-02-19 01:07:34 +00:00
jason.woltje merged pull request mosaic/stack#427 2026-02-19 01:07:33 +00:00
fix(auth): generate UUID ids for BetterAuth Prisma writes
jason.woltje commented on pull request mosaic/stack#427 2026-02-19 00:53:42 +00:00
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) -…
jason.woltje pushed to fix/authentik-betterauth-interop at mosaic/stack 2026-02-19 00:53:34 +00:00
aeac188d40 chore(deps): override minimatch to 10.2.1 for audit fix
jason.woltje created pull request mosaic/stack#427 2026-02-19 00:50:18 +00:00
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 pushed to fix/authentik-betterauth-interop at mosaic/stack 2026-02-19 00:49:43 +00:00
f219dd71a0 fix(auth): use UUID id generation for BetterAuth DB models
jason.woltje deleted branch fix/authentik-betterauth-interop from mosaic/stack 2026-02-18 05:44:20 +00:00
jason.woltje pushed to develop at mosaic/stack 2026-02-18 05:44:20 +00:00
2c3c1f67ac Merge pull request 'fix(auth): restore BetterAuth OAuth2 flow and compose wiring' (#426) from fix/authentik-betterauth-interop into develop
dedc1af080 fix(auth): restore BetterAuth OIDC flow across api/web/compose
Compare 2 commits »
jason.woltje merged pull request mosaic/stack#426 2026-02-18 05:44:19 +00:00
fix(auth): restore BetterAuth OAuth2 flow and compose wiring
jason.woltje commented on pull request mosaic/stack#426 2026-02-18 05:39:46 +00:00
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…