Thincloud::Auth

Description

Authentication system generator for new Thincloud apps.

Requirements

This gem requires Rails 3.2+ and has been tested on the following versions:

  • 3.2

This gem has been tested against the following Ruby versions:

  • 1.9.3

Installation

Add this line to your application's Gemfile:

gem "thincloud-auth"

And then execute:

$ bundle

Or install it yourself as:

$ gem install thincloud-auth

Usage

This gem adds a generator to Rails, thincloud:auth. Running the generator will install auth-related gems, warden initializer and application configuration:

  • Invoke the generator:
$ rails generate thincloud:auth

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a Pull Request

License

  • Freely distributable and licensed under the MIT-style license. See LICENSE file for details.
  • Copyright (c) 2012 New Leaders
  • https://newleaders.com