authenticate 1.3.2.11 → 1.3.3
raw patch · 3 files changed
+5/−2 lines, 3 files
Files
- ChangeLog.md +3/−1
- Web/Authenticate/OpenId/Providers.hs +1/−0
- authenticate.cabal +1/−1
ChangeLog.md view
@@ -1,1 +1,3 @@-No changes logged yet+## 1.3.3++Deprecated Google OpenID support
Web/Authenticate/OpenId/Providers.hs view
@@ -15,6 +15,7 @@ google :: String google = "https://www.google.com/accounts/o8/id"+{-# DEPRECATED google "Google no longer provides OpenID support" #-} yahoo :: String yahoo = "http://me.yahoo.com/"
authenticate.cabal view
@@ -1,5 +1,5 @@ name: authenticate-version: 1.3.2.11+version: 1.3.3 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani