File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,15 @@ You can then continue to configure the firewall in your `config/Coldbox.cfc`.
39
39
40
40
## Settings
41
41
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 ` :
43
43
44
44
``` js
45
45
moduleSettings = {
46
46
47
+ cbauth = {
48
+ // This is the path to your user object that contains the credential validation methods
49
+ userServiceClass = " entities.user"
50
+ },
47
51
cbsecurity = {
48
52
// The global invalid authentication event or URI or URL to go if an invalid authentication occurs
49
53
" invalidAuthenticationEvent" : " " ,
You can’t perform that action at this time.
0 commit comments