Use upstream dependencies for Ueberauth providers
Allows to work properly with state_param Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
6
mix.exs
6
mix.exs
@@ -180,10 +180,8 @@ defmodule Mobilizon.Mixfile do
|
||||
{:ueberauth_github, "~> 0.8.1"},
|
||||
{:ueberauth_facebook, "~> 0.9"},
|
||||
{:ueberauth_google, "~> 0.10.1"},
|
||||
{:ueberauth_keycloak_strategy,
|
||||
git: "https://github.com/tcitworld/ueberauth_keycloak.git", branch: "upgrade-deps"},
|
||||
{:ueberauth_gitlab_strategy,
|
||||
git: "https://github.com/tcitworld/ueberauth_gitlab.git", branch: "upgrade-deps"},
|
||||
{:ueberauth_keycloak_strategy, "~> 0.3.0"},
|
||||
{:ueberauth_gitlab_strategy, "~> 0.4.0"},
|
||||
{:ecto_shortuuid, "~> 0.1"},
|
||||
{:tesla, "~> 1.4.0"},
|
||||
{:sitemapper, "~> 0.6"},
|
||||
|
||||
Reference in New Issue
Block a user