MODX EXTRA
CSRF Helper
Secures your FormIt and Login forms with CSRF tokens.
Creator: Mark Hamstra (markh)
1.0.0-pl (55 KB) Other VersionsAbout CSRF Helper
CSRF Helper comes with a snippet that generates a token that you can use to prevent Cross-Site-Request-Forgery attacks. The token is validated in a hook, with support for FormIt and Login built-in.
[Learn more in the official documentation.](https://docs.modmore.com/en/Open_Source/CSRFHelper/index.html)
Information
Released
July 26, 2019
Supported Versions
2.5 –
Current
Downloads
782
License
MIT
Website
Documentation
New in CSRF Helper 1.0.0
Released on 2019-07-26
- Make sure tokens that expired are considered invalid
- Allow logging out without a CSRF token [#2]