Hi,
I read this article regarding using asp.net mvc5 identity for securing my mvc web application. It talks about using aspnet identity, Owin Auth etc using social logins and using custom micro orm like dapper.
My question is what do i have to do to use web api instead so that I can use the web api across diff platform.
Thanks