For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Get up and running with CBSecurity in no time!

Leverage CommandBox to install into your ColdBox app:

# Latest version
install cbsecurity

# Bleeding Edge
install cbsecurity@be

System Requirements

CFML Engines

  • BoxLang 1+ (Preferred)

  • Lucee 5+

  • Adobe 2023+

Additional Requirements

  • A database for optional firewall logging

  • ColdBox 7+ for delegates and basic auth support only

Mixins

The following mixins are registered once the module is installed:

Configuration Settings

By default cbsecurity is configured to work with cbauth as the authentication service. You only need to provide a user service class that knows how to connect to your database to retrieve and validate credentials. You can also use the in-built basic authentication users as well.

Configuration

Last updated

Was this helpful?