Hi,
the main question is that is it possible to authentication against
Google Apps if the application is not on GAE?
> ImportError: No module named
gluon.contrib.login_methods.gae_google_account
I found out why I'm getting this. Because the file google.appengine.api
is missing. This leads me to suspect that maybe it is not possible to
authenticate against Google Apps if not on GAE.
Kenneth
this is horribly outdated, but should give you some
ideas....http://www.web2pyslices.com/slice/show/1402/facebook-twitter-and-google-authentication
i don't think that version of FB auth works at all anymore.....
On Sunday, October 7, 2012 3:33:28 AM UTC-7, Kenneth wrote:
Hello everyone,
I have an application where I'd like use an Google App account
for authentication. The application will not reside on GAE. Is
this possible?
If I put "from gluon.contrib.login_methods.gae_google_account
import GaeGoogleAccount" in my models file I get:
ImportError:No module named gluon.contrib.login_methods.gae_google_account
In gluon/contrib/login_methods/ I have the gae_google_account.py file.
Kenneth
--
--