csrf token and browser detection

This commit is contained in:
Ahmet Kilinc
2025-07-16 00:44:42 +01:00
parent d5c52557df
commit 5178732c4c
4 changed files with 235 additions and 57 deletions
+1
View File
@@ -12,4 +12,5 @@ export const waitlistRateLimit = new Ratelimit({
redis,
limiter: Ratelimit.slidingWindow(5, "1 m"), // 5 requests per minute
analytics: true,
prefix: "waitlist-rate-limit",
});