packages feed

yesod-auth 1.3.0.2 → 1.3.0.4

raw patch · 1 files changed

+4/−2 lines, 1 files

Files

yesod-auth.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-version:         1.3.0.2+version:         1.3.0.4 license:         MIT license-file:    LICENSE author:          Michael Snoyman, Patrick Brisbin@@ -15,7 +15,9 @@    .    * <http://hackage.haskell.org/package/yesod-auth-account>: An account authentication plugin for Yesod    .-   * <https://github.com/ollieh/yesod-auth-bcrypt/>: A replacement for the previously provided HashDB module, which has been removed.+   * <http://hackage.haskell.org/package/yesod-auth-hashdb>: The HashDB module previously packaged in yesod-auth, now with stronger, but compatible, security.+   .+   * <https://github.com/ollieh/yesod-auth-bcrypt/>: An alternative to the HashDB module. extra-source-files: persona_sign_in_blue.png  library