Re: [web2py] Auth with Google Oauth2 - Google Plus, Gmail and other scopes

2012-08-17 Thread Alec Taylor
Hi Bruno, Can we get an update on this? Thanks On Tuesday, January 17, 2012 4:44:16 AM UTC+11, rochacbruno wrote: yes we can! the difference is only some keys passed to auth and token url, also the redirect page and the api caller. I think we can create an api proxy to decide which class

Re: [web2py] Auth with Google Oauth2 - Google Plus, Gmail and other scopes

2012-07-13 Thread Daniel Gonzalez
Hi Bruno, This is greate code, thanks! I would like to do something very similar to authenticate users via Facebook, Google and Twitter. I have several questions: - Has the code been integrated into web2py? - Is this intended only for Google+, or can normal Google accounts also use

[web2py] Auth with Google Oauth2 - Google Plus, Gmail and other scopes

2012-01-16 Thread Bruno Rocha
Hi, I just implemented Google Connect Oauth2 in http://movu.ca/demo If someone interested in the code it is in https://github.com/rochacbruno/Movuca/blob/master/modules/oauth20_account_google.py(modified module)

Re: [web2py] Auth with Google Oauth2 - Google Plus, Gmail and other scopes

2012-01-16 Thread Michele Comitini
Hi Bruno, Do you think we can integrate all in one oath20 module? tnx mic 2012/1/16 Bruno Rocha rochacbr...@gmail.com: Hi, I just implemented Google Connect Oauth2 in http://movu.ca/demo If someone interested in the code it is in

Re: [web2py] Auth with Google Oauth2 - Google Plus, Gmail and other scopes

2012-01-16 Thread Bruno Rocha
yes we can! the difference is only some keys passed to auth and token url, also the redirect page and the api caller. I think we can create an api proxy to decide which class to use and have the google/facebook/linkedin etc mappings in a single file. I will try and if works I send a patch.