Skip to content

Commit b722dcc

Browse files
authored
Merge pull request #10 from Daemach/patch-1
Update readme.md
2 parents e3b2cf8 + 1d6ded1 commit b722dcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@ You can then continue to configure the firewall in your `config/Coldbox.cfc`.
3939

4040
## Settings
4141

42-
Below are the security settings you can use for this module. Remember you must create the `cbsecurity` struct in your `ColdBox.cfc`:
42+
Below are the security settings you can use for this module. Remember you must create the `cbsecurity` and `cbauth` structs in your `ColdBox.cfc`:
4343

4444
```js
4545
moduleSettings = {
4646

47+
cbauth = {
48+
// This is the path to your user object that contains the credential validation methods
49+
userServiceClass = "entities.user"
50+
},
4751
cbsecurity = {
4852
// The global invalid authentication event or URI or URL to go if an invalid authentication occurs
4953
"invalidAuthenticationEvent" : "",

0 commit comments

Comments
 (0)