i want to try and avoid using janrain RPX. Is it possible to use openid authentication for web2py and use the google accounts by passing the google accounts openid URL (https://www.google.com/ accounts/o8/id). I tried using the example given in the web2py book (chapter 8), but this does not seem to work. How can i let users login with their google for your domain accounts? One option would be the SMTP method, but i would prefer to use something like openid. Can oauth be used for google?

