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 has been archived by the owner on Nov 20, 2018. It is now read-only.
The GetTokenAsync() overload that doesn't require a scheme is convenient... but broken, as it tries to call the other overload with a null scheme, which results in an ArgumentNullException being thrown at runtime:
The
GetTokenAsync()
overload that doesn't require ascheme
is convenient... but broken, as it tries to call the other overload with anull
scheme, which results in anArgumentNullException
being thrown at runtime:https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Authentication.Abstractions/TokenExtensions.cs#L135
/cc @HaoK @Tratcher
The text was updated successfully, but these errors were encountered: