Closed npnelson closed 6 years ago
Just wanted to correct myself - It is still UseOAuthBearerAuthentication with the same signature and options as beta3 but that got split out into a new package for beta4 Microsoft.AspNet.Authentication.OAuthBearer
updated to ASP.NET Core 2.0
Specifically (for now), I am interested in the change to
I know that it is now UseOAuthAuthentication and I think I have to import the Microsoft.AspNet.Builder namespace, but the parameters/options names have changed and I'm not sure what maps to what.