A minimalist example Rails server using Devise/Doorkeeper for token auth. It's meant as a companion to the EAK-Simple-Auth , an example of a token auth client based on Ember App Kit and Ember-Simple-Auth
Install gems and create a database
bundle install
rake db:create
rake db:migrate
Run the server:
rails s
Copyright 2014 by Michael Madrid under the MIT License (i.e. do with it what u wish)