I have an existing ASP.NET MVC Web App with individual user accounts , but I want to create a mobile app for the web app. I got stuck on the authentication part, because I want to support web api authentication in my same mvc project.
How can I add web api authentication to mvc project? Any help is appreciated , Thanks