feat: rate limit public routes; backfill v0.9.5 changelog for mobile audit
Sign-in/sign-up now throttle at 3 req/10s/IP via better-auth's built-in rate limiter; /r/ and /s/ share links throttle at 60 req/min/IP via proxy.ts using the existing Redis-backed limiter (Next 16's Proxy always runs Node.js, no Edge-runtime blocker after all). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,17 @@
|
||||
|
||||
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
|
||||
|
||||
## 0.9.6 — 2026-07-13 09:31
|
||||
|
||||
### Added
|
||||
- **Rate limiting on public routes**: sign-in/sign-up now throttle after 3 attempts per 10s per IP; public recipe/shopping-list share links (`/r/`, `/s/`) throttle after 60 requests/min per IP.
|
||||
|
||||
## 0.9.5 — 2026-07-13 09:20
|
||||
|
||||
### Fixed
|
||||
- Explore page's "Recipe ideas" input got squeezed to a couple of visible characters on mobile — buttons now stay icon-only below `sm:`.
|
||||
- The per-recipe chat button could overlap the private-notes save button on short recipe pages.
|
||||
|
||||
## 0.9.4 — 2026-07-13 09:03
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user