Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google+ Sign In #37

Closed
greghesp opened this issue Apr 11, 2013 · 7 comments
Closed

Google+ Sign In #37

greghesp opened this issue Apr 11, 2013 · 7 comments

Comments

@greghesp
Copy link

Final question I promise.
Are there any plans include the new Google+ sign in which allows for all the additional features?
https://developers.google.com/+/

@donjakobo
Copy link
Owner

Haven't reviewed that yet. Ultimately this is only useful (I believe) if you want to post to a users G+ or something similar, we only use the standard google account to authenticate.

No road map as of yet to add Google+, feel free to fork and help.

@greghesp
Copy link
Author

Google now advise that anyone who wants to use Google sign in should use G+
instead (everyone with a Google account has a G+ account)

You can then implement features as shown on that page from other
locations. I believe that Google are phasing out their original Google
account login
On 11 Apr 2013 13:36, "Jakub" notifications@github.com wrote:

Haven't reviewed that yet. Ultimately this is only useful (I believe) if
you want to post to a users G+ or something similar, we only use the
standard google account to authenticate.

No road map as of yet to add Google+, feel free to fork and help.


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-16231626
.

@donjakobo
Copy link
Owner

@Evostance I don't see how google would remove its google account open-id process. There is too much tied to their current single-sign on. I mean for one, how would I convert all users for my pre-existing base to G+?

Can you find a direct comparison of G+ vs Google Account? My initial assumption is g+ is nothing more than FB app with feedback on # of users, etc; vs an open-id login endpoint.

@greghesp
Copy link
Author

Off the top of my head (on phone at the moment) it allows further
interaction with Google services. For example post sharing, android
actions, automatically download apps to synced phones etc. Essentially
allows direct use of all Google services through it whereas the current
account sign in is just for authentication purposes.

The current Facebook one allows use to like posts, share to wall etc. Its
similar. Effectively at the moment you're saying I'm me. Implementing G+
allows you to say I'm me and I can do lots more as well.
On 11 Apr 2013 15:23, "Jakub" notifications@github.com wrote:

@Evostance https://github.com/Evostance I don't see how google would
remove its google account open-id process. There is too much tied to their
current single-sign on. I mean for one, how would I convert all users for
my pre-existing base to G+?

Can you find a direct comparison of G+ vs Google Account? My initial
assumption is g+ is nothing more than FB app with feedback on # of users,
etc; vs an open-id login endpoint.


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-16237433
.

@greghesp
Copy link
Author

OK, as suspected:
Google Account is basically just a login
Google+ is the login as above, plus all the social stuff like Facebook has.

The git for the quickstart which enables all this is https://github.com/googleplus/gplus-quickstart-php
However I have no idea how that would get built into the current structure you guys have configured.

@StorytellerCZ
Copy link
Collaborator

I don't think this will be taken care of in #78

So this might help.
https://github.com/samwierema/google-plus-api-codeigniter

Will have to revisit this after #78 is done.

@StorytellerCZ
Copy link
Collaborator

Hybrid Auth should now be solving this. If you want the additional features of G+, you will have to create the functionality on your own as that is out of scape of this project. Hybrid Auth might have something in the future:
http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants