Skip to content

Commit

Permalink
encourage people to not leave their entire app vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Nov 10, 2011
1 parent d391842 commit 8d1d0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config.ru
Expand Up @@ -30,7 +30,7 @@ class App < Sinatra::Base
end
end

use Rack::Session::Cookie
use Rack::Session::Cookie, :secret => ENV['RACK_COOKIE_SECRET']

use OmniAuth::Builder do
provider :google_oauth2, ENV['GOOGLE_KEY'], ENV['GOOGLE_SECRET'], {
Expand Down

0 comments on commit 8d1d0aa

Please sign in to comment.