Skip to content

loldesign/lol_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LolAuth

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'lol_auth'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lol_auth

Usign Amazon S3

  • create the carrierwave initialize at config/initializers/carrierwave.rb
if Rails.env.production?
  CarrierWave.configure do |config|
    config.fog_credentials = {
      :provider              => 'AWS',
      :aws_access_key_id     => ENV['S3_ACCESS_KEY_ID'],
      :aws_secret_access_key => ENV['S3_SECRET_KEY']
    }
    config.fog_directory     =  ENV['S3_BUCKET']
  end
end

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

loldesign auth features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors