-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsauthorizationhandlers AllowAnonymousAuthorizationHandler
BigMakCode edited this page Aug 5, 2024
·
1 revision
This authorization handler will bypass all requirements
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Authorization.Handlers
EasyExtensions.Authorization.Handlers.AllowAnonymousAuthorizationHandler[[AllowAnonymousAuthorizationHandler]]
end
subgraph Microsoft.AspNetCore.Authorization
Microsoft.AspNetCore.Authorization.IAuthorizationHandler[[IAuthorizationHandler]]
end
Microsoft.AspNetCore.Authorization.IAuthorizationHandler --> EasyExtensions.Authorization.Handlers.AllowAnonymousAuthorizationHandler
Returns | Name |
---|---|
Task |
HandleAsync (AuthorizationHandlerContext context)IAuthorizationHandler contract. |
This authorization handler will bypass all requirements
IAuthorizationHandler
public AllowAnonymousAuthorizationHandler()
public virtual Task HandleAsync(AuthorizationHandlerContext context)
Type | Name | Description |
---|---|---|
AuthorizationHandlerContext |
context |
IAuthorizationHandler contract.
Generated with ModularDoc