Wiki

Articles tagged with "csrf", sorted by commentsX
Displaying 1-3 of 3 result(s).

Logout CSRF Protection

Created 2 years ago by Rodrigo CoelhoTutorials1 comment – viewed 9,230 times – ( +10 )
CSRF is the acronymn for Cross-site request forgery. It is an attack which forces an end user to execute unwanted actions on a web application in which he/she is currently authenticated.

How to validate CSRF token with session

Created about a year ago by yangmlsHow-tos0 comments – viewed 17,474 times – ( +17 )
First of all, You must change component config to enable the default Yii CSRF validation.
tags: CSRF, session

[PT-BR] Proteção Contra Logout CSRF

Created about a year ago by Rodrigo CoelhoTutorials0 comments – viewed 4,309 times – ( +2 / -1 )
CSRF é o acrônimo para Cross-site request forgery. CSRF é um ataque que forca o usuário a executar ações não desejadas numa aplicação Web na qual ele está autenticado.