-
Notifications
You must be signed in to change notification settings - Fork 39
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
oAuth logins #185
Comments
It would be good to move to using a 3rd party library like Opauth (HybridAuth is another to consider), instead of maintaining our own implementation for each provider, plus the support for all those extra providers for next to free. We'll still need a bit of glue code but probably less than what we've already got. |
The only problem I saw with HybridAuth was that it always returns a If I implement one of these, do you have a preference? I wouldn't want to On Saturday, April 27, 2013, Johnny Broadway wrote:
Jon |
I'm open to whichever you think is best suited. Just looked and they're all license-compatible too :) |
I need to have github, bitbucket, and perhaps dropbox login/linkage capability, in addition to Google, Facebook and Twitter. Should I be considering a 3rd-party composer class like https://github.com/opauth/opauth (which looks good, has lots of framework integrations, but feels unstable) or something that would be bundled like PHP OAuth API (which actually looks quite nice)? Or should I just copy the Facebook provider and cobble something together for each? Not sure what would fit best with your general dev philosophy.
The text was updated successfully, but these errors were encountered: