Sha256: ce884e3e0a70b4199e1f90eb4ad3a6314145c2be9d55b638bd56186c54acd971
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
require 'bundler/setup' require 'omniauth-dotloop' require './app.rb' use Rack::Session::Cookie, :secret => 'abc123' use OmniAuth::Builder do provider :dotloop, ENV['DOTLOOP_APP_ID'], ENV['DOTLOOP_APP_SECRET'] end run Sinatra::Application
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-dotloop-1.0.0 | example/config.ru |