Releases: coldbox-modules/cbcsrf
Releases · coldbox-modules/cbcsrf
v3.1.0
v2.1.0
[2.1.0] => 2020-SEP-09
Added
- Github changelog publishing
- More cfformating goodness
- Changelog standards
- New
csrfField()
to generate a self linking field and JS but forces a new token and adds a block of javascript to the document, synchronized with therotateTimeout
setting, that will reload the page if the token expires.
Fixed
- Null checks on
defaultValue
in case it's passed as an empty string