Reputation: 323
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
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