Skip to content

Commit

Permalink
ignore csrf attack
Browse files Browse the repository at this point in the history
  • Loading branch information
maxp36 committed Nov 6, 2023
1 parent 7a3e065 commit 946db01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ueberauth/strategy/google.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule Ueberauth.Strategy.Google do
default_scope: "email",
hd: nil,
userinfo_endpoint: "https://www.googleapis.com/oauth2/v3/userinfo"
ignores_csrf_attack: true

alias Ueberauth.Auth.Info
alias Ueberauth.Auth.Credentials
Expand Down

0 comments on commit 946db01

Please sign in to comment.