Sam
Sam

Reputation: 323

Using AuthBearerAuthentication in MVC6

I am upgrading the app to ASP.NET MVC6 Beta 8.

Beta 7 had the Microsoft.AspNet.Authentication.OAuthBearer package. I can't find a Beta 8 version. Which Nuget package can I use for Beta 8?

Do we have the ASP.NET Authentication samples for Beta 8?

Thanks, Sambath

Upvotes: 0

Views: 65

Answers (1)

thoean
thoean

Reputation: 1116

Issue 413 on aspnet/Security asks to rename OAuthBearer. According to the related pull request it looks like it got renamed to JwtBearer.

Upvotes: 1

Related Questions