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

2012-11-08 Thread Massimo Di Pierro
No. I do not this anybody opened an issue on goggle code. Please do. --

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

2012-11-07 Thread Finn Poitier
Has there been progress in integrating LoginRadius yet? They seem to have attractive rates compared to Janrain, which might be to costly for noncommercial projects with a huge user base above 10 or 20k. On Thursday, July 12, 2012 8:56:25 PM UTC+2, Massimo Di Pierro wrote: > > Thank you Sakesh fo

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

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

2012-07-18 Thread Massimo Di Pierro
Have you tried this? gluon/contrib/login_methods/oauth20_account.py Did you encounter any problems? The problem is that oauth2 is a strange protocol. It does not specify which information the provider must make available to the consumer. It only specifies how to request them, but not what. Ever

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

2012-07-18 Thread rdodev
OAuth2 authorization for web2py would be huge. +1 On Thursday, July 5, 2012 10:42:20 AM UTC-4, Alec Taylor wrote: > > A rather good 64-line OAuth 2 client implementation for Python has been > open-sourced. > > Source-code > (announcement

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

2012-07-18 Thread Daniel Gonzalez
Hi, Has there been any progress integrating this OAuth library with web2py? Thanks, Daniel On Thursday, July 12, 2012 8:56:25 PM UTC+2, Massimo Di Pierro wrote: > > Thank you Sakesh for the offer. We will work on intergation asap and we > may ask for help with your api. > > massimo > > On Monda

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

2012-07-12 Thread Massimo Di Pierro
Thank you Sakesh for the offer. We will work on intergation asap and we may ask for help with your api. massimo On Monday, 9 July 2012 12:34:28 UTC-5, Rakesh Soni wrote: > > Great project. Let me know if you guys need some contribution from > LoginRadius Team. We al

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

2012-07-09 Thread Rakesh Soni
Great project. Let me know if you guys need some contribution from LoginRadius Team. We also offer social authentication, social sharing, user profile data and social analytics for Python websites through our SDK . Than

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

2012-07-07 Thread David Marko
That would be great having something like this integrated into web2py . David

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

2012-07-07 Thread Demian Brecht
Hi Massimo, I was referring to the additions made since the original post (OP). Since the time that Alec posted the information about the sanction library, I added both support and examples using the listed providers. On Friday, 6 July 2012 18:30:28 UTC-7, Massimo Di Pierro wrote: > > Hello Dem

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

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

2012-07-06 Thread Massimo Di Pierro
Hello Demian, I do not understand your comment. Is there code we can look at? On Friday, 6 July 2012 10:36:57 UTC-5, Demian Brecht wrote: > > Since the OP, I've also added handling and examples for: >> > >- GitHub >- Stack Exchange >- Instagram >- bitly > >

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

2012-07-06 Thread Demian Brecht
> > Since the OP, I've also added handling and examples for: > - GitHub - Stack Exchange - Instagram - bitly