Skip to content

digitalplaywright/eak-simple-auth-blog-server

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published