Hi,
Is there any way to use the ASP.NET Identity mechanism over two different projects?? ie. I want to use a single authentication mechanism for a MVC project and a WebAPI project. Is it possible? ELI5
An explanation with example would be great.
Go to the complete details ...