Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 614 Bytes

Rails Token Auth

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

Getting Started

Install gems and create a database

bundle install
rake db:create
rake db:migrate

Run the server:

rails s

License

Copyright 2014 by Michael Madrid under the MIT License (i.e. do with it what u wish)