packages feed

yesod-auth 1.6.5 → 1.6.6

raw patch · 3 files changed

+6/−1 lines, 3 filesdep ~persistent

Dependency ranges changed: persistent

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod-auth +## 1.6.6++* Deprecated `Yesod.Auth.GoogleEmail2`, see [#1579](https://github.com/yesodweb/yesod/issues/1579) and [migration blog post](https://pbrisbin.com/posts/googleemail2_deprecation/)+ ## 1.6.5  * Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561)
Yesod/Auth/GoogleEmail2.hs view
@@ -26,6 +26,7 @@ -- -- @since 1.3.1 module Yesod.Auth.GoogleEmail2+    {-# DEPRECATED "Google+ is being shut down, please migrate to Google Sign-in https://pbrisbin.com/posts/googleemail2_deprecation/" #-}     ( -- * Authentication handlers       authGoogleEmail     , authGoogleEmailSaveToken
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-version:         1.6.5+version:         1.6.6 license:         MIT license-file:    LICENSE author:          Michael Snoyman, Patrick Brisbin