-
Notifications
You must be signed in to change notification settings - Fork 296
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
Feature: Google Login #35
Comments
Well, the commenting and the application are not using one system at the moment. Using Disqus enables us to take advantage of the free commenting platform instead of spending the time to build our own. So even if we had Google login on the laravel-tricks website, it would in no way remove the need to login with disqus/google account for commenting. We could add support of logging in with google for the site in general but is there really a need for that, since almost any developer has a Github account these days. Right? |
I'm aware of the difference in those two systems and no, it wouldn't be a single sign on concept. It's just that I received several messages from people who were confused. Using one login twice seems to be less confusing than using two logins. It's certainly not a big deal and to me who's using the site once a week, it's pretty clear, it's just that newbies don't understand the difference. I'm not sure there's even a really "nice" solution to this as long as disqus doesn't provide us with some kind of single sign on solution where you'd be logged in in both systems. |
Having just posted that, it seems like there's some kind of disqus SSO http://help.disqus.com/customer/portal/articles/236206-integrating-single-sign-on |
Thank you, that looks interesting. I would love to see how this could work together. @Remo, Is there a chance you could test this somehow and see if this works as expected? I've dug up the PHP example script: https://github.com/disqus/DISQUS-API-Recipes/blob/master/sso/php/sso.php If you could implement that on a separate installation and see if it works, I would really appreciate it. What do you think? |
I'll try to have a closer look at this, not sure if that script really does what we need though. I'll let you know once I've had a closer look, could take a while though! |
Take your time, @Remo. Thank you! |
Right now, it's a bit confusing, when you want to comment, you can log in using your google account, but not using your github account while you can only use github to log in to create a trick.
If we'd support google in both places, one would at least not have to use two different accounts on one site...?
The text was updated successfully, but these errors were encountered: