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
- Fork it ( https://github.com/inspire9/visa/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - 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.