nonce-php icon indicating copy to clipboard operation
nonce-php copied to clipboard

Fast PHP nonce and CSRF tokens tool

Results 2 nonce-php issues
Sort by recently updated
recently updated
newest added

When using the basic usage in the https://github.com/elhardoum/nonce-php#basic-usage section you get fatal error This fixes it ``` // nonce configuration class $nonceConfig = new \Nonce\Config; // nonce hash storage, use...

Getting this error as of PHP Version 8.1.23 `Deprecated: setcookie(): Passing null to parameter #6 ($secure) of type bool is deprecated in /vendor/elhardoum/nonce-php/src/Cookie.php on line 26 ` Is there an...