This application provides authentication to users of Memberful over OAuth. Memberful is a platform for selling memberships and paid content online. Memberful authentication is performed through Omniauth integration.
This application requires:
- Ruby 2.1.5
- Rails 4.2.0
To run the app:
$ git clone https://github.com/rossta/memberful-rails-example.git
$ cd memberful-rails-example && bundle
$ rails s # or foreman start
- Fork it ( https://github.com/[my-github-username]/memberful-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request