Save information immediately after Google login in Azure Mobile Services (.NET Back-end)
问题 What I basically want to be able to do is authenticate to azure mobile services (using google or some other provider), and immediately save some of the user information (i.e. email address) on the server. I know I could call a custom method from the app after authentication, but I was hoping to have some hook to do this straight after the google login on the server side. Is this possible? How do I do it?! 回答1: This is currently only possible in the .NET runtime. If using the Node runtime, you