File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ component {
38
38
// You can define your security rules here or externally via a source
39
39
" rules" : [],
40
40
// The validator is an object that will validate rules and annotations and provide feedback on either authentication or authorization issues.
41
- " validator" : " CFValidator @cbsecurity" ,
41
+ " validator" : " CBAuthValidator @cbsecurity" ,
42
42
// The WireBox ID of the authentication service to use in cbSecurity which must adhere to the cbsecurity.interfaces.IAuthService interface.
43
43
" authenticationService" : " authenticationService@cbauth" ,
44
44
// WireBox ID of the user service to use
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ cbsecurity = {
56
56
// You can define your security rules here or externally via a source
57
57
" rules" : [],
58
58
// The validator is an object that will validate rules and annotations and provide feedback on either authentication or authorization issues.
59
- " validator" : " CFValidator @cbsecurity" ,
59
+ " validator" : " CBAuthValidator @cbsecurity" ,
60
60
// The WireBox ID of the authentication service to use in cbSecurity which must adhere to the cbsecurity.interfaces.IAuthService interface.
61
61
" authenticationService" : " authenticationService@cbauth" ,
62
62
// WireBox ID of the user service to use
You can’t perform that action at this time.
0 commit comments