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

rossta/memberful-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc5faeb · Feb 7, 2015

History

28 Commits
Feb 7, 2015
Feb 6, 2015
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Feb 6, 2015
Feb 7, 2015
Feb 7, 2015
Feb 6, 2015
Feb 6, 2015
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Feb 7, 2015
Feb 6, 2015
Feb 7, 2015
Feb 6, 2015
Feb 7, 2015
Feb 7, 2015
Feb 6, 2015
Feb 6, 2015

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