zerobyte/app/server/modules/auth
Nico 4305057185
test: move test runner from Bun to Vitest (#727)
* chore: migrate to vitest

* test: speed up some suites by sharing sessions and mocking expensive non-tested actions

* test: refactor some tests to verify behavior instead of implementation details

* chore: fix linting issues
2026-04-01 20:05:54 +02:00
..
__tests__ test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00
auth.controller.ts refactor: correctly delete orphan sessions after idp deletion 2026-03-05 21:02:56 +01:00
auth.dto.ts refactor: move from arktype to zod (#637) 2026-03-09 18:27:03 +01:00
auth.middleware.ts
auth.service.ts chore: bump drizzle to beta-16 (#622) 2026-03-05 22:23:45 +01:00
dev-panel.middleware.ts
helpers.ts