Add Überauth CAS Strategy

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-05-02 12:16:58 +02:00
parent ada22e24ef
commit 62248b2f81
2 changed files with 2 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ defmodule Mobilizon.Mixfile do
{:ueberauth_google, "~> 0.10.1"},
{:ueberauth_keycloak_strategy, "~> 0.3.0"},
{:ueberauth_gitlab_strategy, "~> 0.4.0"},
{:ueberauth_cas, "~> 2.0"},
{:ecto_shortuuid, "~> 0.1"},
{:tesla, "~> 1.4.0"},
{:sitemapper, "~> 0.6"},