You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard 1a6773b159 fix: fresh Turnstile token for resend + improved magic link logging
Turnstile tokens are single-use. The resend flow reused the consumed token,
causing "timeout-or-duplicate" errors from Cloudflare.

Frontend:
- Add Turnstile widget to resend view on Login and Register pages
- Add resetSignal prop to Turnstile component to re-solve after each resend
- Clear token after each successful API call, guard resend against null token
- Add test for resetSignal behavior

Backend:
- Add entry log when magic link email sending begins
- Add explicit warning when rate limit prevents sending
- Add error log with rollback context when email delivery fails

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
.claude Changed Claude code configuration 6 months ago
audits/2026-03-27 Fixe Markdown lint issues 5 months ago
backend fix: fresh Turnstile token for resend + improved magic link logging 5 months ago
docs fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 5 months ago
e2e fix: return 204 No Content from preferred sources endpoint 5 months ago
frontend fix: use fresh Turnstile token for resend on Login and Register pages 5 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 6 months ago
.env.example Updated port mapping in docker config 5 months ago
.gitignore test: add live generation UAT with real OpenAI API key 6 months ago
.markdownlint.json fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 5 months ago
AGENTS.md Updated Claude code config 6 months ago
CLAUDE.md fix: pass Turnstile sitekey to frontend Docker build 5 months ago
docker-compose.yml fix: pass Turnstile sitekey to frontend Docker build 5 months ago