mini\CSRF::buildSignatureKey() Method

private

Signature

private function buildSignatureKey(): string

Returns

string

Documentation

Build signature key from hard-to-guess components

Includes application salt, session ID, and user agent to make tokens difficult to forge even if attacker knows the action.

Source

src/CSRF.php:51-65