I created a WebApi 2.2 project (from an Empty new ASP.NET project) to prove some implementation concepts, and now I want to add authentication to it.
I noticed that the only way to add authentication to a new WebApi application is to use one of the templates (VS 2013, in my case).
Is there a sure way to add authentication to an existing WebApi 2.2 application?
I want to use media tokens if that matters for any answers I can get.
lukkea
source share