I need to restrict my WebApi service to only logged in users. The clients that will be hitting the service will be mobile so I am using CORS.
I am looking for the simplest way to implement authentication. I am currently using SimpleMembership. I am also using $ngResource for my service calls.
SimpleMembership
is no longer there. Please consider usingOWIN
andKatana
in your application. – Blaise Nov 21 '13 at 13:44