Skip to content

Commit 1548af1

Browse files
author
Daniel Neighman
committed
Merge pull request #18 from vishnuixm/accept_state_in_params
state params to store state between auth callback Great thanks!
2 parents 1ff1e90 + 249b102 commit 1548af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ueberauth/strategy/facebook.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ defmodule Ueberauth.Strategy.Facebook do
99
allowed_request_params: [
1010
:auth_type,
1111
:scope,
12-
:locale
12+
:locale,
13+
:state
1314
]
1415

1516

0 commit comments

Comments
 (0)