Skip to content

Commit 0b7286f

Browse files
authored
Merge pull request #24424 from BirajMainali/feat/dev/24423
feat: enable customizable authorization checks via method-level service invocation
2 parents b24f5b8 + d7e1636 commit 0b7286f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/MethodInvocationAuthorizationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public MethodInvocationAuthorizationService(
2020
_abpAuthorizationService = abpAuthorizationService;
2121
}
2222

23-
public async Task CheckAsync(MethodInvocationAuthorizationContext context)
23+
public virtual async Task CheckAsync(MethodInvocationAuthorizationContext context)
2424
{
2525
if (AllowAnonymous(context))
2626
{

0 commit comments

Comments
 (0)