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.
2 parents b24f5b8 + d7e1636 commit 0b7286fCopy full SHA for 0b7286f
framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/MethodInvocationAuthorizationService.cs
@@ -20,7 +20,7 @@ public MethodInvocationAuthorizationService(
20
_abpAuthorizationService = abpAuthorizationService;
21
}
22
23
- public async Task CheckAsync(MethodInvocationAuthorizationContext context)
+ public virtual async Task CheckAsync(MethodInvocationAuthorizationContext context)
24
{
25
if (AllowAnonymous(context))
26
0 commit comments