dreadwarrior/vantomas

Implement CSRF Token Validation for SecretSanta Login Form

Closed this issue · 2 comments

Example:

\TYPO3\CMS\Core\FormProtection\FormProtectionFactory::get()
    ->validateToken(
        GeneralUtility::_GP('csrfToken'), 
        'formName', 
        'action'
    )

The Google ReCaptcha protects the login form. Wont fix this time...