How to use it? Where do I find the documentation? #212
-
I want to use CSRFGuard 4.3 in my java web application, but I do not find any documentation how to integrate it. How to integrate/implement CSFRGuard 4.3? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @JackHewson, Please check out the bundled csrfguard-test-jsp application which covers most of the features offered by CSRFGuard. On a high level the following steps would be needed:
P.S. feel free to contribute the documentation in a PR once you've managed to set it up. |
Beta Was this translation helpful? Give feedback.
Hello @JackHewson,
Please check out the bundled csrfguard-test-jsp application which covers most of the features offered by CSRFGuard.
On a high level the following steps would be needed:
csrfguard.js
file from your HTML files (this is not needed if you are using JSPs).P.S. feel free to contribute the documentation in a PR once you've managed to set it up.