React to AuthHandler rename
This commit is contained in:
parent
0b50bfe03c
commit
13e6e76994
|
|
@ -13,7 +13,7 @@ namespace FiltersWebSite
|
|||
{
|
||||
public class BasicAuthenticationHandler : AuthenticationHandler<BasicOptions>
|
||||
{
|
||||
protected override Task<AuthenticationTicket> AuthenticateAsync()
|
||||
protected override Task<AuthenticationTicket> HandleAuthenticateAsync()
|
||||
{
|
||||
var principal = new ClaimsPrincipal();
|
||||
principal.AddIdentity(new ClaimsIdentity(
|
||||
|
|
|
|||
Loading…
Reference in New Issue