Skip to content

Commit

Permalink
fixed my session issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhryan committed Dec 9, 2011
1 parent 66f10b8 commit 00765e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.rb
Expand Up @@ -23,6 +23,7 @@ class App < Sinatra::Base
:client_id => ENV['GITHUB_CLIENT_ID'],
:scopes => "user,repo"
}
set :session_secret, ENV["SESSION_SECRET"]
end

register Sinatra::Auth::Github
Expand Down

0 comments on commit 00765e2

Please sign in to comment.