Jordan Rifaey
Results
2
issues of
Jordan Rifaey
Passing CSRF token in header not working on NGINX server, as underscores in header are not supported
1
@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...
The unit tests in this library are not compatible with the latest version of PHPUnit, currently version 8. For example... `class CredentialsTest extends \PHPUnit_Framework_TestCase` should be... `class CredentialsTest extends \PHPUnit\Framework\TestCase`...