Skip to content

Commit

Permalink
Merge pull request #18 from vishnuixm/accept_state_in_params
Browse files Browse the repository at this point in the history
state params to store state between auth callback

Great thanks!
  • Loading branch information
Daniel Neighman committed Jun 6, 2016
2 parents 1ff1e90 + 249b102 commit 1548af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ueberauth/strategy/facebook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ defmodule Ueberauth.Strategy.Facebook do
allowed_request_params: [
:auth_type,
:scope,
:locale
:locale,
:state
]


Expand Down

0 comments on commit 1548af1

Please sign in to comment.