1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 09:11:19 +02:00
Files
php-flarum/framework
Franz Liedke aa43d1475e Implement middleware for CSRF token verification
This fixes a rather large oversight in Flarum's codebase, which was that
we had no explicit CSRF protection using the traditional token approach.

The JS frontend was actually sending these tokens, but the backend did
not require them.
2019-06-13 00:13:58 +02:00
..