An ember-cli addon to include a CSRF token in every ajax request using thymeleaf templates
npm install ember-cli-thymeleaf-csrfThis addon will dynamically add the csrf headers for thymeleaf
In development/test/server builds you will get the following
```
In production you will get something that your thymeleaf templates can inject with
```
There is an initializer that will add an ajaxPrefilter to include the CSRF
Header in every request.