Page 1 of 1

Google authentification

Posted: Mon Sep 15, 2008 4:56 pm
by will83
Excuse me, i'm French, my English is bad.

It would be interesting to implement Google Auth in CMSMS, so that users can register with their Google account.

http://code.google.com/apis/accounts/

There is the same API in Facebook.

Re: Google authentification

Posted: Mon Sep 15, 2008 5:52 pm
by viebig
I´ve tested, and works fine.

But, what are you planning to do with it?

This authentication is only interesting when you use another google api for end users. Otherwise, dont think that you can have your customized site based on google accounts. Thats not the idea. In fact, there are 2 types of auth, authsub and clientlogin.

Authsub is the best choice for web applications, your site will not handle at all any google login info. (99% of the users wont trust their google account for a third part site)

Clientlogin let´s you handle the user and password(good for stealing google accounts, phising etc..  :))

The fact is that google auth is intended to websites that uses another google services that needs a authenticated API.


If that is what you really want, google Zend GData Api. It´s really easy to implement.

Re: Google authentification

Posted: Sun Sep 21, 2008 12:32 am
by will83
Is it not possible to recover user's informations (name, age, gender, city, email adress) when it authentificates with Google authentication?

It is easier for the user to fill a big form?
That is the interest, if it's possible.

Re: Google authentification

Posted: Sun Sep 21, 2008 5:12 pm
by viebig
no, it´s not possible. As far as I know, at this moment, the most you can have the email and password, if the user trust your site. Probably google never will implement that feature you want, it´s a matter of user privacy.

Hope that helps

Re: Google authentification

Posted: Mon Sep 22, 2008 4:08 pm
by will83
viebig wrote: no, it´s not possible. As far as I know, at this moment, the most you can have the email and password, if the user trust your site. Probably google never will implement that feature you want, it´s a matter of user privacy.

Hope that helps
Google account Password? I don't think so.
Thanks for your help  ;)

Re: Google authentification

Posted: Wed Sep 24, 2008 3:22 pm
by viebig
yep, clientlogin allows you to save login data