I have a Web Api (C# MVC4 with EF5) and want to provide data information for other applications. I'll use a type of anti relay attack sending a uniquekey as response for every request and expecting the same key when the app sends the next request.
Now, i'm confusing about FormsAuthentication. Can i use FormsAuthentication with web api? Its looks like strange to me and i'm very newbie on security. I dont know the right expressions to search too, and with my native language i didnt found a answer.
I want to learn a little more, so i build a server with iis and my friends develops an angularjs app to put there, while i develop a web api on another server and my friends need to get the data from my api.
Now, i dont know if i need to do a membershipcustomprovider or my friends need to hold the data on the client application.
Can someone give me a help?