Skip to content

Rails server with token auth using doorkeeper gem (designed to work with eak-simple-auth client)

Notifications You must be signed in to change notification settings

digitalplaywright/rails-token-auth

 
 

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

Rails server with token auth using doorkeeper gem (designed to work with eak-simple-auth client)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • CSS 1.1%