Sha256: 7c8750d9ea9a925a60be93e849df171e35740b3c91627235b087a9a4ebb37436

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 Bytes

Contents

# 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:

```ruby
gem 'visa', '~> 0.0.1'
```

## 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](https://github.com/lynndylanhurley)'s [devise_token_auth](https://github.com/lynndylanhurley/devise_token_auth) and [this post](http://www.brianauton.com/posts/token-authentication-devise.html) by [Brian Auton](https://github.com/brianauton).

## Licence

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
visa-0.0.1 README.md