slimphp / Slim-Csrf

Slim Framework CSRF protection middleware
MIT License
338 stars 58 forks source link

Bug fix: Enforce storage limit on failure #165

Closed akrabat closed 2 years ago

akrabat commented 2 years ago

When a GET/OPTIONS/HEAD request with a body is provided, ensure that the storage limit is enforced.

Fixes #164