RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Can i create login with facebook in stripe membership site ? #80

Closed thanhquang1988 closed 11 years ago

thanhquang1988 commented 11 years ago

I'm trying to create an app using stripe membership, it work!. and now i want to add button facebook login to register page, can you give me some tutorial for solution this .

DanielKehoe commented 11 years ago

This tutorial shows how to implement login with Facebook: https://github.com/RailsApps/rails3-mongoid-omniauth However, it will not be easy to integrate with the rails-stripe-membership-saas application.