A fork of https://github.com/airbnb/rendr-app-template.
Added an additional API consumer that requires OAUth, and a login mechanism, based on passport.
Has a mechanism for seperating controllers that only execute on the server (for authentication).
Instructions: Download the rails API app https://github.com/craigedmunds/rails-api bundle install rake db:migrate rails s
Create an account. Edit the profile to input first/last name and age
Download this app npm install grunt server
Login with the link on the homepage, and login with the credentials created above Click the TSUsers tab - this uses the received OAuth token to connect to the rails API.