Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1 KB

installation.md

File metadata and controls

35 lines (25 loc) · 1 KB
description
Get up and running with CBSecurity in no time!

Installation

Leverage CommandBox to install into your ColdBox app:

# Latest version
install cbsecurity

# Bleeding Edge
install cbsecurity@be

System Requirements

  • Lucee 5.x+
  • ColdFusion 2018+
  • A database for optional firewall logging
  • ColdBox 6+
  • ColdBox 7+ for delegates and basic auth support only

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.

{% hint style="success" %} You can find much more information about cbauth here: https://forgebox.io/view/cbauth {% endhint %}

{% content-ref url="configuration/" %} configuration {% endcontent-ref %}