Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1618 posts 1910 karma points c-trib
    May 12, 2014 @ 09:13
    Biagio Paruolo
    0

    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

  • Benas Brazdziunas 34 posts 156 karma points c-trib
    May 29, 2014 @ 18:50
    Benas Brazdziunas
    0

    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

  • Biagio Paruolo 1618 posts 1910 karma points c-trib
    Jun 02, 2014 @ 15:37
    Biagio Paruolo
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft