Re: [web2py] Re: Enabling Google Sign-In

2016-01-24 Thread Massimo Di Pierro
from gluon.storage import Storage On Thursday, 21 January 2016 08:42:47 UTC-6, dirman wrote: > > hi > am getting global name 'Storage' is not > defined > when using Storage(json.load(f)['web']) > > > > On Thursday, October 22, 2015 at 11:27:35 AM UTC, mcm wrote: >> >> >>

Re: [web2py] Re: Enabling Google Sign-In

2016-01-21 Thread dirman
hi am getting global name 'Storage' is not defined when using Storage(json.load(f)['web']) On Thursday, October 22, 2015 at 11:27:35 AM UTC, mcm wrote: > > > http://web2py.com/books/default/chapter/29/09/access-control?search=oauth#Other-login-methods-and-login-forms > > > Grab the file

Re: [web2py] Re: Enabling Google Sign-In

2015-10-24 Thread Donald McClymont
It is on github at https://github.com/bnmnetp/w2p-social-auth but doesn't appear to be getting maintained. I agree it would be good if it was more promoted - it seems to work but is using version 0.1.24 or so of psa which is a good bit behind latest version - but it seems to work fine with

Re: [web2py] Re: Enabling Google Sign-In

2015-10-22 Thread Michele Comitini
http://web2py.com/books/default/chapter/29/09/access-control?search=oauth#Other-login-methods-and-login-forms Grab the file google_auth.json from the google developer console and put in private dir of your app put code similar to the one below in db.py: from

Re: [web2py] Re: Enabling Google Sign-In

2015-10-22 Thread Michele Comitini
yup it would be nice if it were maintained and moved to github... 2015-10-22 17:40 GMT+02:00 Niphlod : > I didn't know about w2p-social-auth and I'm starting to thinking that we > should "promote it" and discourage all social-own-cooked pieces inside > contrib/login_methods...

[web2py] Re: Enabling Google Sign-In

2015-10-22 Thread Leonel Câmara
I would try to use this: https://code.google.com/p/w2p-social-auth/ -- 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 this message because

Re: [web2py] Re: Enabling Google Sign-In

2015-10-22 Thread Niphlod
I didn't know about w2p-social-auth and I'm starting to thinking that we should "promote it" and discourage all social-own-cooked pieces inside contrib/login_methods... On Thursday, October 22, 2015 at 1:27:35 PM UTC+2, mcm wrote: > > >