Skip to content

Commit

Permalink
We only need read-access to google analytics so change the scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nburkley committed Oct 6, 2016
1 parent 857ac73 commit 8d37b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config :ueberauth, Ueberauth,
]
},
google: { Ueberauth.Strategy.Google, [
default_scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/analytics",
default_scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/analytics.readonly",
approval_prompt: "force",
access_type: "offline"
]
Expand Down

0 comments on commit 8d37b93

Please sign in to comment.