Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

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.

share|improve this question
    
MVC5 has changed the authentication module. SimpleMembership is no longer there. Please consider using OWIN and Katana in your application. – Blaise Nov 21 '13 at 13:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.