Sha256: 04db4a4f92fa3842cda510ee2a65e0429c932c9ae068ad02b343a33cfadd9b15

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.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](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.2 README.md