Using Umbraco as backend for mobile app. Suggestions?
Hi,
I wish to use U7 as backend control panel and push information and content to a mobile app + website manager. I know how build a json "template" in Umbraco, but I've some questions:
1) How to secure json request? My idea is to use Umbraco membership and send username and password with each request and check them into template. Is there a token support or cookie?
2) Content tree: I wish to use it as content repository. Is it possibile to not generate url for some nodes?
3) Do you suggest to made a control panel out of Umbraco ( web Api + mvc )?
Have you an example of point 1,2 ( url rewriting ), 3 ( I know the simple method to return JSON from templates and I've not tried Umbraco Web Api yet )?
How secure Umbraco Web Api remote calls from a mobile app?
Using Umbraco as backend for mobile app. Suggestions?
Hi,
I wish to use U7 as backend control panel and push information and content to a mobile app + website manager. I know how build a json "template" in Umbraco, but I've some questions:
1) How to secure json request? My idea is to use Umbraco membership and send username and password with each request and check them into template. Is there a token support or cookie?
2) Content tree: I wish to use it as content repository. Is it possibile to not generate url for some nodes?
3) Do you suggest to made a control panel out of Umbraco ( web Api + mvc )?
Thank you
1 -> I use Microsoft Owin OAuth authentification to get security layer from mobile to Umbraco Backend
2 -> You can use URL rewriting or have no template assigned to your nodes
3 -> We use Umbraco as platform to serve information back to Mobile app using WEB API
Hi,
This is the same my idea.
Have you an example of point 1,2 ( url rewriting ), 3 ( I know the simple method to return JSON from templates and I've not tried Umbraco Web Api yet )?
How secure Umbraco Web Api remote calls from a mobile app?
is working on a reply...