2

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.

1
  • MVC5 has changed the authentication module. SimpleMembership is no longer there. Please consider using OWIN and Katana in your application. Commented Nov 21, 2013 at 13:44

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.