examples/sinatra.rb in omniauth-forge-0.1.0 vs examples/sinatra.rb in omniauth-forge-0.1.1
- old
+ new
@@ -12,10 +12,9 @@
provider :forge,
ENV['FORGE_CLIENT_ID'],
ENV['FORGE_CLIENT_SECRET'],
{
client_options: { site: ENV['FORGE_API_BASE_URL'] },
- root_uri: ENV['ROOT_URI'],
}
end
get '/forge/callback' do
request.env["omniauth.auth"]["info"].to_json