Slim-Csrf icon indicating copy to clipboard operation
Slim-Csrf copied to clipboard

Slim Framework CSRF protection middleware

Results 4 Slim-Csrf issues
Sort by recently updated
recently updated
newest added

@blizzz @akrabat regarding this PR to enable csrf token check in http header: https://github.com/slimphp/Slim-Csrf/pull/175 It seems that the CSRF keys have an underscore in them, and NGINX does not support...

Note that this PR builds on #176.

As we have the changelog file, it should reflect reality!

Slim-Csrf supports reading the token names and values from HTTP request headers, which is useful when using AJAX and such. This functionality is implemented here: https://github.com/slimphp/Slim-Csrf/blob/1.x/src/Guard.php#L449 Unfortunately, this does not...