fix: session boot on POST path, consolidate rate limiter via checkKey()

This commit is contained in:
Pontoporeia
2026-04-16 12:56:06 +02:00
parent a6df3c8c0e
commit e70a65ffb6
3 changed files with 43 additions and 23 deletions

View File

@@ -5,3 +5,5 @@
- [x] Fix regex delimiter clash (`/` inside `[...]` broke the pattern) → switched to `#` delimiter
- [x] Add PHP dev server router for /partage/<slug> URL rewriting
- [x] Add nginx location block for /partage/ pretty URLs
- [x] Fix POST path missing App::boot() (session not started before submission handler)
- [x] Fix rate limiter: was instantiating RateLimit then ignoring it, reimplementing inline; added checkKey() to RateLimit and use it