An open API service indexing awesome lists of open source software.

https://github.com/rossta/memberful-rails-example

A sample rails app that authenticates users from Memberful over OAuth.
https://github.com/rossta/memberful-rails-example

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

Memberful Example
=================

This application provides authentication to users of [Memberful](https://memberful.com) 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