We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaf3b7 commit 253f023Copy full SHA for 253f023
1 file changed
examples/config.ru
@@ -29,7 +29,7 @@ class App < Sinatra::Base
29
use OmniAuth::Builder do
30
# For additional provider examples please look at 'omni_auth.rb'
31
# The key provider_ignores_state is only for AJAX flows. It is not recommended for normal logins.
32
- provider :google_oauth2, ENV['GOOGLE_KEY'], ENV['GOOGLE_SECRET'], access_type: 'offline', prompt: 'consent', provider_ignores_state: true, scope: 'email,profile,calendar'
+ provider :google_oauth2, ENV['GOOGLE_KEY'], ENV['GOOGLE_SECRET'], access_type: 'offline', prompt: 'consent', provider_ignores_state: true, scope: 'email,profile'
33
end
34
35
get '/' do
0 commit comments