Blog

What's New In CommandBox 5 - Undertow Options

Brad Wood |  April 14, 2020

Learn how to configure the underlying options of the JBoss Undertow web server and servlet container in CommandBox 5.

https://commandbox.ortusbooks.com/embedded-server/configuring-your-server/undertow-options

 

...
Read More

cbSecurity 2.4 Released

Luis Majano |  April 02, 2020

We are excited to bring you another release for cbSecurity v2.4. This update gives you access to our cross site request forgery module: cbcsrf, which will enhance your securing abilities.

# Install
install cbsecurity

# Update
update cbsecurity

What's New With 2.4.0

This release adds the inclusion of the Cross...

Read More

ColdBox Cross Site Request Forgery Module v2 released

Luis Majano |  April 02, 2020

We are incredibly excited to bring you a major version of our cbcsrf module, so you can protect your ColdBox applications from cross-site request forgery vectors. This is a major overhaul of the module and it will also be part of the cbSecurity module as well.

Installation/Update

install cbcsrf
update cbcsrf

Please note that if you are upgrading from the 1.x series, make sure you read the documentation as all method signatures have been updated.

Read More

What's New In CommandBox 5 - Git Access Tokens

Brad Wood |  April 02, 2020

Learn how to use Git personal access tokens or username and password to authenticate to a private Git repo in CommandBox 5.

https://commandbox.ortusbooks.com/package-management/code-endpoints/git#password-authentication