Registering and login users in Azure Mobile Services
I was following this series about Mobile Services and I am using examples in latest tutorial. Now I want to impelement registering and login in Windows Phone for example. I changed to Insert permission to anyone with application key and I can Insert new user by this code: await accountTable.InsertAsync(new accounts() { Username = "admin", Password = "mypassword" }); But I don't know how can I now check for login user? How to get token? The post you referred was written at the end of last year, when there was no support for custom APIs on Azure Mobile Services - the only place where you could