This post will show you how to implement a simple token based authentication schema for a Rails 3 application. The implementation uses Devise(https://github.com/plataformatec/devise) with the token_authenticable module enabled. Show me the code: https://github.com/matteomelani/Auth-Token-Service-Prototype The Problem Let’s say you have a nice Rails 3 web application that uses Devise for authentica