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:
Thomas Citharel
2022-04-28 11:41:28 +02:00
parent ead459d79b
commit 82255b46eb
2 changed files with 4 additions and 6 deletions

View File

@@ -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"},