MODX EXTRA
CSRF Helper
Secures your FormIt and Login forms with CSRF tokens.
Creator: Mark Hamstra (markh)
1.1.0-pl (57 KB) Other Versions Need help installing this extra?About 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
New in CSRF Helper 1.1.0
Released on 2022-04-14
- Fix MODX3 compatibility
- Allow translating the error message through a new lexicon [#3]
- Update paragonie/random_compat to 2.0.21