Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread Quint van den Muijsenberg
Hi, There is the plugin which should still be working ad far as I know. Haven't udated to the latest PSA source for quite some time though but you could do that yourself. https://code.google.com/p/w2p-social-auth/ Quint Sent from my HTC On Dec 7, 2014 1:45 AM, "lpg" wrote: > Hello, what's the

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-12-06 Thread lpg
Hello, what's the status of integrating this in Web2py ? Can't see any other discussions online... On Wednesday, April 2, 2014 7:18:26 AM UTC-4, Quint wrote: > > hmm, > > You'll need to import current somewhere in one of your models i guess.. > > Try to add this: > > from gluon.globals import cur

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-04-02 Thread Quint
hmm, You'll need to import current somewhere in one of your models i guess.. Try to add this: from gluon.globals import current to \models\plugin_social_auth.py I will update the source code... On Wednesday, April 2, 2014 12:57:19 PM UTC+2, Dragan Matic wrote: > > I have installed the plugin

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-04-02 Thread Dragan Matic
I have installed the plugin and I think I have configured it according to manual but it keeps giving me this error: name 'current' is not defined File c:\web2py\applications\authtest\models\plugin_social_auth.py in at line 41 Am I missing something? On Thursday, February 27, 2014 8:27:5

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-27 Thread Quint
Thanks! You could help by installing and testing the plugin: 1. You need at least a API key/secret for 1 oauth provider. I know that the Twitter or Live work with the version of python-social-auth packaged with the plugin. But python-socia

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-27 Thread Martin Weissenboeck
Ok, what can I do, how can I help? Regards, Martin 2014-02-27 16:39 GMT+01:00 Quint : > Hi, > > I need some people to test-drive this. > > Who want to help here and try it out? > > As soon as I get the initial bugs out and any bugs resulting from platform > differences, it can be advertised. >

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-27 Thread Quint
Hi, I need some people to test-drive this. Who want to help here and try it out? As soon as I get the initial bugs out and any bugs resulting from platform differences, it can be advertised. Thanks! Quint -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://gi

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-21 Thread Michele Comitini
Very nice! Needs proper advertising! 2014-02-21 9:42 GMT+01:00 rif : > Thank you a lot, Quint. Will be testing/using this!!! > > -rif > > vineri, 21 februarie 2014, 00:51:55 UTC+2, Quint a scris: > >> https://code.google.com/p/w2p-social-auth/ >> >> >> On Tuesday, February 18, 2014 7:19:15 AM U

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-21 Thread rif
Thank you a lot, Quint. Will be testing/using this!!! -rif vineri, 21 februarie 2014, 00:51:55 UTC+2, Quint a scris: > > https://code.google.com/p/w2p-social-auth/ > > > On Tuesday, February 18, 2014 7:19:15 AM UTC+1, Quint wrote: >> >> I'm working on a plugin. I expect to have an initial version

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-20 Thread Quint
https://code.google.com/p/w2p-social-auth/ On Tuesday, February 18, 2014 7:19:15 AM UTC+1, Quint wrote: > > I'm working on a plugin. I expect to have an initial version somewhere > this week.. > > Quint > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-17 Thread Quint
I'm working on a plugin. I expect to have an initial version somewhere this week.. Quint -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received th

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2014-02-17 Thread Tito Garrido
Do we have any update about this integration? Thanks! Tito On Wed, Jul 31, 2013 at 4:27 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Thank you. Will look at it asap. > > > On Wednesday, 31 July 2013 09:45:39 UTC-5, Quint wrote: >> >> I made an attempt to do this myself but i ne

[web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-07-31 Thread Massimo Di Pierro
Thank you. Will look at it asap. On Wednesday, 31 July 2013 09:45:39 UTC-5, Quint wrote: > > I made an attempt to do this myself but i need some expert opinions about > it. > > https://code.google.com/p/web2py/issues/detail?id=1495 > > > > On Friday, June 21, 2013 11:34:26 AM UTC+2, Leonel Câmara

[web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-07-31 Thread Quint
I made an attempt to do this myself but i need some expert opinions about it. https://code.google.com/p/web2py/issues/detail?id=1495 On Friday, June 21, 2013 11:34:26 AM UTC+2, Leonel Câmara wrote: > > +1 on this one. > > Social login support is a huge pain on the ass. The social network > hi

[web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-06-21 Thread Leonel Câmara
+1 on this one. Social login support is a huge pain on the ass. The social network histrionics change their APIs every month. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from i

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-06-20 Thread Quint
Hi, Does anyone have an example on how to hook this up in web2py? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-05-18 Thread Pystar
How about incorporating this into web2py natively? It looks good -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For m

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-05-17 Thread Massimo Di Pierro
Thanks for checking. On Friday, 17 May 2013 08:36:16 UTC-5, Marin Pranjić wrote: > > Failing for python 3.3 only > > > On Fri, May 17, 2013 at 3:35 PM, Massimo Di Pierro > > > wrote: > >> We need to support this. It appears to be failing its on travis tests. >> >> >> On Thursday, 16 May 2013 18:

Re: [web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-05-17 Thread Marin Pranjić
Failing for python 3.3 only On Fri, May 17, 2013 at 3:35 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > We need to support this. It appears to be failing its on travis tests. > > > On Thursday, 16 May 2013 18:56:33 UTC-5, Pystar wrote: >> >> https://github.com/omab/**python-social-

[web2py] Re: Free opensource Janrain alternative - Python Social auth

2013-05-17 Thread Massimo Di Pierro
We need to support this. It appears to be failing its on travis tests. On Thursday, 16 May 2013 18:56:33 UTC-5, Pystar wrote: > > https://github.com/omab/python-social-auth > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe