social-login icon indicating copy to clipboard operation
social-login copied to clipboard

Results 5 social-login issues
Sort by recently updated
recently updated
newest added

minor updates, I tested with facebook, twitter, google, linkedin, meetup, snapchat, and instagram. https://github.com/26medias/social-login/issues/3

I think social-login needs to support Google's OAuth2 strategy - especially since the current OpenID strategy is due to be withdrawn in April. I'm not sure if simply inserting the...

Loading all strategies via require significantly slows down an application. Should only load those strategies needed by an application. I've had to modify the source code to do this in...

The version here is not the same on github. The NPM version has cache code in the init method but the Github version doesn't. It looks like the NPM version...