Prakash

Prakash

  • NA
  • 258
  • 73.6k

MVC and WEB API Authentication

Jul 30 2015 2:38 AM

I am developing a web site with using ASP.NET MVC 5 and WEB API template. I use individual accounts feature of this template. However, WEB API has its own account controller and controls authentication mechanism using it. ASP.NET MVC 5 also has its own account controller.

How can i use both staff in the same authentication mechanism. Or are they in the same authentication.

plz help