mini\CSRF::verify() public

Documentation

Verify a token

Signature

public function verify(?string $token, float $maxAge = 86400.0): bool

Parameters

NameTypeDefault
$token ?string required
$maxAge float 86400.0

Returns

bool

Source

src/CSRF.php:102-144