summaryrefslogtreecommitdiff
path: root/apps/web/lib/api-key.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: add vitest tests and GitHub Actions CIFuwn2026-02-101-0/+49
24 tests covering webhook URL validation (SSRF), API key generation/ hashing, and HTML sanitization. CI workflow runs lint, typecheck (build), and test on push/PR to main.