Skip to content

Indivo app written in Rails to demonstrate Indivo authentication methods and generic OAuth calls

Notifications You must be signed in to change notification settings

chb/indivo_sample_rails_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Indivo Sample Rails App

The purpose of this app is to demonstrate the three types of Authentication that Indivo supports, and how to use a standard OAuth library to communicate with Indivo. We provide a Python Client and iOS Framework for app development, but as this app demonstrates, those are only for convenience.

Requirements

  • Rails 3.2+

  • Ruby 1.8.7+

  • Bundler

Install and Run

  1. Install dependencies with Bundler

    bundle install
    
  2. Create and migrate the database. This app uses SQLite3 since this is purely for demonstration purposes

    rake db:create
    
    rake db:migrate
    
  3. Run the application on localhost port 8001

    rails server -p8001
    

After the app is running, visit our Indivo Sandbox (you will need to sign up for an account), enable “Your Web App” from the “App Settings” page, and then click on “Your Web App” on the right hand side. This will call out to your running app on localhost:8001 and begin the demo.

More Information

Visit our main site for more information on Indivo, and check out our developer community

About

Indivo app written in Rails to demonstrate Indivo authentication methods and generic OAuth calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages