lthn.io/app/Http/Middleware
Claude 2ac5fc1e3d
feat: idempotency key middleware + sitemap.xml
IdempotencyKey middleware caches POST responses by Idempotency-Key
header for 24h. Prevents duplicate registrations from network retries.
Returns X-Idempotency-Replayed: true on cached responses.

Commit #102.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 13:00:41 +01:00
..
ApiTokenAuth.php feat(names): API auth + rate limiting on write endpoints 2026-04-04 03:44:53 +01:00
DomainScope.php feat: Octane domain middleware + fix catch-all route conflicts 2026-04-04 11:31:19 +01:00
IdempotencyKey.php feat: idempotency key middleware + sitemap.xml 2026-04-04 13:00:41 +01:00
ValidateJsonRequest.php feat: UpdateDnsRecords Action, Prometheus metrics, JSON validation 2026-04-04 12:12:07 +01:00