In the latest update of Azure Mobile Apps, support for custom authentication was finally added, ref: https://azure.microsoft.com/en-us/blog/azure-mobile-apps-november-2015-update.
They have included a snippet for issuing a JWT-token, but my question is how would I use this in my app for authenticating requests?
I guess I need to add a custom token handler in my WebApiConfig, but I can't find any docs on the subject.