This is the Layers strategy for authenticating to Layers with OmniAuth. To use it you'll need to create an account over at Layers.
use OmniAuth::Builder do
provider :layers, ENV['LAYERS_ID']
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request