We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8b2e9 commit 05241a1Copy full SHA for 05241a1
models/jwt/JwtService.cfc
@@ -581,7 +581,7 @@ component accessors="true" singleton {
581
* @return { allow:boolean, type:authentication|authorization }
582
*/
583
struct function ruleValidator( required rule, required controller ){
584
- return validateSecurity( arguments.rule.roles );
+ return validateSecurity( arguments.rule.permissions );
585
}
586
587
/**
0 commit comments