> For the complete documentation index, see [llms.txt](https://coldbox-security.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox-security.ortusbooks.com/v2.x-3/intro/release-history/whats-new-with-2.4.0.md).

# What's New With 2.4.0

2020-APR-02

This release adds the inclusion of the Cross Site Request Forgery module into cbsecurity: `cbcsrf`.  You can find all the details about this module here: <https://github.com/coldbox-modules/cbcsrf>.  Below are the major features of this module:

### Features

* Ability to generate security tokens based on your session
* Automatic token rotation when leveraging `cbauth` login and logout operations
* Ability to on-demand rotate all security tokens for specific users
* Leverages `cbStorages` to store your tokens in CacheBox, which can be easily distributed and clustered
* Ability to create multiple tokens via unique reference `keys`
* Auto-verification interceptor that will verify all non-GET operations to ensure a security token is passed via `rc` or headers
* Auto-sensing of integration testing so the verifier can allow testing calls
* Token automatic rotation on specific time periods for enhance security
* Helpers to automatically generate hidden fields for the token
* Automatic generation endpoint that can be used for Ajax applications to request tokens for users


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://coldbox-security.ortusbooks.com/v2.x-3/intro/release-history/whats-new-with-2.4.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
