StatelessCSRF icon indicating copy to clipboard operation
StatelessCSRF copied to clipboard

Secret-key based state-less CSRF token generator and validator for PHP 7. State-less means you do not have to store the CSRF token in session or database.

Results 1 StatelessCSRF issues
Sort by recently updated
recently updated
newest added

can you please confirm me that if I dont provide third parameter when i call the validate method it will still use the current time to validate expiration ("In the...