8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can integrate OAuth login with Facebook, Twitter, Github & Amazon using the spree_social gem.
Add spree_social to your Gemfile:
spree_social
Gemfile
gem 'spree_social', github: 'spree-contrib/spree_social', branch: '2-4-stable'
Run bundler & install:
bundle rails generate spree_social:install
See spree_social's README for instructions
// in app/assets/templates/account/signin.html.slim h1 Sign in with ul li a(href="/users/auth/facebook") Facebook li a(href="/users/auth/twitter") Twitter
There was an error while loading. Please reload this page.