packages feed

yesod-auth-oauth2 0.2.0 → 0.2.1

raw patch · 3 files changed

+3/−3 lines, 3 files

Files

Yesod/Auth/OAuth2/Github.hs view
@@ -107,7 +107,7 @@         , ("access_token", decodeUtf8 $ accessToken token)         ]         ++ maybeExtra "name" (githubUserName user)-        ++ maybeExtra "email" (githubUserPublicEmail user)+        ++ maybeExtra "public_email" (githubUserPublicEmail user)         ++ maybeExtra "location" (githubUserLocation user)     } 
Yesod/Auth/OAuth2/Slack.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE OverloadedStrings #-}---+-- | -- OAuth2 plugin for https://slack.com/ -- -- * Authenticates against slack
yesod-auth-oauth2.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-oauth2-version:         0.2.0+version:         0.2.1 license:         BSD3 license-file:    LICENSE author:          Tom Streller