Re: [web2py] Re: Web2py Restful api authentication for android app

2013-06-07 Thread Saurabh Kumar
Thanks :) On Sat, Jun 8, 2013 at 12:36 AM, Christian Foster Howes wrote: > we are using a modified form of https://github.com/simplegeo/** > python-oauth2 modified to > make it run on GAE and also some tweaks in usage to handle some > special-case req

Re: [web2py] Re: Web2py Restful api authentication for android app

2013-06-07 Thread Christian Foster Howes
we are using a modified form of https://github.com/simplegeo/python-oauth2 modified to make it run on GAE and also some tweaks in usage to handle some special-case requirements. cfh On 6/7/13 11:26 , Saurabh Kumar wrote: Can you give pointers to the library you are using? On Fri, Jun 7, 201

Re: [web2py] Re: Web2py Restful api authentication for android app

2013-06-07 Thread Saurabh Kumar
Can you give pointers to the library you are using? On Fri, Jun 7, 2013 at 11:40 PM, Christian Foster Howes wrote: > for my resful APIs i use an oauth library to sign the requests. i then > use oauth as my authentication mechanism. > > > On Wednesday, June 5, 2013 5:29:23 PM UTC-7, Saurabh Kumar

[web2py] Re: Web2py Restful api authentication for android app

2013-06-07 Thread Christian Foster Howes
for my resful APIs i use an oauth library to sign the requests. i then use oauth as my authentication mechanism. On Wednesday, June 5, 2013 5:29:23 PM UTC-7, Saurabh Kumar wrote: > > Hi, > > I am writing an android app which has web2py as the server side backend. > What are the authentication p