You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
V1:
protected override async Task HandleSignOutAsync(SignOutContext signout)
V2:
protected override async Task HandleSignOutAsync(SignOutContext context)
https://github.com/aspnet/Security/blob/1.0.0/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs#L143
https://github.com/aspnet/Security/blob/dev/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs#L153
It breaks on classes overriding the method and calling base with named arguments
The text was updated successfully, but these errors were encountered: