Re: [web2py] Re: Alternative to Janrain: in pure Python

2012-08-14 Thread Massimo Di Pierro
I opened an issue about this. On Tuesday, 14 August 2012 12:52:52 UTC-5, Alec Taylor wrote: > > Can we get an update? > > I think this would be a good selling point for web2py, if ported. > > On Thursday, July 19, 2012 8:12:43 AM UTC+10, Daniel Gonzalez wrote: >> >> Hi, >> >> I have tried the exam

Re: [web2py] Re: Alternative to Janrain: in pure Python

2012-08-14 Thread Alec Taylor
Can we get an update? I think this would be a good selling point for web2py, if ported. On Thursday, July 19, 2012 8:12:43 AM UTC+10, Daniel Gonzalez wrote: > > Hi, > > I have tried the example in this "sanction" library and it looks that the > authentication using oauth2 is really easy to imple

Re: [web2py] Re: Alternative to Janrain: in pure Python

2012-07-18 Thread Daniel Gonzalez
Hi, I have tried the example in this "sanction" library and it looks that the authentication using oauth2 is really easy to implement. Unfortunately the example uses BaseHTTPRequestHandler and not web2py (which is the point of this discussion, of course) I think that a first step would be, as

RE: [web2py] Re: Alternative to Janrain: in pure Python

2012-07-18 Thread Demian Brecht
the users. -Original Message- From: web2py@googlegroups.com [mailto:web2py@googlegroups.com] On Behalf Of Michele Comitini Sent: Wednesday, July 18, 2012 2:13 PM To: web2py@googlegroups.com Subject: Re: [web2py] Re: Alternative to Janrain: in pure Python I confirm. Information about the u

Re: [web2py] Re: Alternative to Janrain: in pure Python

2012-07-18 Thread Michele Comitini
I confirm. Information about the user depend on the producer. It is usually a simple REST call. In theory there is not even guarantee that any user data is available to the consumer. OAuth is about giving authorization to fetch authenticated user data by a third party, i.e. the OAuth consumer. Th

Re: [web2py] Re: Alternative to Janrain: in pure Python

2012-07-06 Thread Alec Taylor
Hey Massimo, What he was referring to is what the maintainer has added examples for: https://github.com/demianbrecht/sanction/blob/master/example/server.py (I also made a commit) On Sat, Jul 7, 2012 at 11:30 AM, Massimo Di Pierro wrote: > Hello Demian, > > I do not understand your comment. Is t