I have created a WebApi 2.2 project (from an Empty New ASP.NET Project) to prove some implementation concepts and I now want to add Authentication to it.
I notice that the only way to add Authentication on a new WebApi app is to use one of the (VS 2013, in my case) Templates.
Is there a sure-fire way of adding Authentication to an already existing WebApi 2.2 app?
I will only want to use bearer tokens, if that makes a difference to any answers I may receive.