typebot.io/packages/auth
Baptiste Arnaud 03c8dd967f
🐛 Harden email login codes (#2542)
- Add failed-attempt tracking to verification tokens in Prisma schemas
and the PostgreSQL migration.
- Record invalid email login code attempts with an atomic counter and
retire active login tokens after five failures.
- Mark Auth.js email login verification tokens separately from other
verification-token flows.
- Use cryptographically secure random six-digit email login codes.
- Add auth package Vitest coverage, including parallel failed-attempt
handling.
2026-06-27 15:36:28 +02:00
..
src 🐛 Harden email login codes (#2542) 2026-06-27 15:36:28 +02:00
package.json 🐛 Harden email login codes (#2542) 2026-06-27 15:36:28 +02:00
tsconfig.json ♻️ Migrate to NX (#2418) 2026-03-18 15:29:32 +00:00
tsconfig.lib.json 🔧 Remove "baseUrl": "." from tsconfigs 2026-03-25 16:40:12 +01:00
vitest.config.ts 🐛 Harden email login codes (#2542) 2026-06-27 15:36:28 +02:00