From 581b042658021305aaa48955f5027c875ffdf959 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 26 Jul 2017 21:11:18 +0300 Subject: Add Yandex https://tech.yandex.com/oauth/ --- src/Sproxy/Application/OAuth2.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Sproxy/Application/OAuth2.hs') diff --git a/src/Sproxy/Application/OAuth2.hs b/src/Sproxy/Application/OAuth2.hs index 0f7d6e8..1dec94d 100644 --- a/src/Sproxy/Application/OAuth2.hs +++ b/src/Sproxy/Application/OAuth2.hs @@ -9,10 +9,12 @@ import Data.Text (Text) import Sproxy.Application.OAuth2.Common (OAuth2Provider) import qualified Sproxy.Application.OAuth2.Google as Google import qualified Sproxy.Application.OAuth2.LinkedIn as LinkedIn +import qualified Sproxy.Application.OAuth2.Yandex as Yandex providers :: HashMap Text OAuth2Provider providers = fromList [ ("google" , Google.provider) , ("linkedin" , LinkedIn.provider) + , ("yandex" , Yandex.provider) ] -- cgit v1.2.3