Deprecate Yesod.Auth.GoogleEmail #1150
This commit is contained in:
parent
607d23151a
commit
df90bd43e2
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.12
|
||||||
|
|
||||||
|
* Deprecated Yesod.Auth.GoogleEmail
|
||||||
|
|
||||||
## 1.4.11
|
## 1.4.11
|
||||||
|
|
||||||
Add Yesod.Auth.Hardcoded
|
Add Yesod.Auth.Hardcoded
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
-- to BrowserID), and it requires no credential managing or setup (as opposed
|
-- to BrowserID), and it requires no credential managing or setup (as opposed
|
||||||
-- to Email).
|
-- to Email).
|
||||||
module Yesod.Auth.GoogleEmail
|
module Yesod.Auth.GoogleEmail
|
||||||
|
{-# DEPRECATED "Google no longer provides OpenID support, please use Yesod.Auth.GoogleEmail2" #-}
|
||||||
( authGoogleEmail
|
( authGoogleEmail
|
||||||
, forwardUrl
|
, forwardUrl
|
||||||
) where
|
) where
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth
|
name: yesod-auth
|
||||||
version: 1.4.11
|
version: 1.4.12
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Patrick Brisbin
|
author: Michael Snoyman, Patrick Brisbin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user