Skip to content

A sample rails app that authenticates users from Memberful over OAuth.

License

Notifications You must be signed in to change notification settings

memberful/memberful-rails-example

 
 

Repository files navigation

Memberful Example

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.

Ruby on Rails

This application requires:

  • Ruby 2.1.5
  • Rails 4.2.0

Getting Started

To run the app:

$ git clone https://github.com/rossta/memberful-rails-example.git
$ cd memberful-rails-example && bundle
$ rails s # or foreman start

Contributing

  1. Fork it ( https://github.com/[my-github-username]/memberful-ruby/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A sample rails app that authenticates users from Memberful over OAuth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.9%
  • HTML 16.6%
  • JavaScript 3.2%
  • CSS 2.3%