docfast/src
Hoid 2793207b39
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 12m26s
Remove dead token-based verification system
- Remove verificationsCache array and loadVerifications() function from verification.ts
- Remove verifyToken() and verifyTokenSync() functions (multi-replica unsafe, never used)
- Remove createVerification() function (stores unused data)
- Remove GET /verify route and verifyPage() helper function
- Remove loadVerifications() call from startup
- Remove createVerification() usage from signup route
- Update imports and test mocks to match removed functions
- Keep active 6-digit code system intact (createPendingVerification, verifyCode, etc.)

All 559 tests passing. The active verification system using pending_verifications
table and 6-digit codes continues to work normally.
2026-03-08 08:07:20 +01:00
..
__tests__ Remove dead token-based verification system 2026-03-08 08:07:20 +01:00
middleware feat: add GET /v1/usage/me endpoint for user-facing usage stats 2026-03-07 08:04:50 +01:00
routes Remove dead token-based verification system 2026-03-08 08:07:20 +01:00
services Remove dead token-based verification system 2026-03-08 08:07:20 +01:00
utils Add input validation for waitUntil and size limits for headerTemplate/footerTemplate 2026-03-04 11:04:46 +01:00
index.ts Remove dead token-based verification system 2026-03-08 08:07:20 +01:00
openapi-extra.yaml v0.4.1: Code-driven OpenAPI docs via swagger-jsdoc 2026-02-20 07:54:37 +00:00
swagger.ts Fix OpenAPI PdfOptions schema: add missing format values, waitUntil field, and template size limits 2026-03-04 11:09:19 +01:00