Visa

Multi-token authentication for Rails apps. Built with Devise in mind, but can be used separately.

Installation

Something like the following should go in your Gemfile:

gem 'visa', '~> 0.0.2'

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/inspire9/visa/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Credits

Inspiration has come from Lynn Dylan Hurley's devise_token_auth and this post by Brian Auton.

Licence

Copyright (c) 2015, Visa is developed and maintained by Pat Allan and Inspire9, and is released under the open MIT Licence.