AuthMaster
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "auth_master"
And then execute:
$ bundle
Or install it yourself as:
$ gem install auth_master
Install database migrations:
$ bin/rails auth_master:install:migrations
Run migrations:
$ bin/rails db:migrate
Contributing
Build gem:
$ rake build
Push to RubyGems.org:
$ gem push auth_master-x.y.z.gem
License
The gem is available as open source under the terms of the MIT License.