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.
SimpleMembershipis no longer there. Please consider usingOWINandKatanain your application.