Merge pull request #710 from paul-rouse/master
Add yesod-auth-hashdb to platform and Yesod.Auth description
This commit is contained in:
commit
2528bc3c3e
@ -1,5 +1,5 @@
|
||||
name: yesod-auth
|
||||
version: 1.3.0.2
|
||||
version: 1.3.0.3
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman, Patrick Brisbin
|
||||
@ -15,7 +15,9 @@ description:
|
||||
.
|
||||
* <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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-platform
|
||||
version: 1.2.9.1
|
||||
version: 1.2.9.2
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -147,6 +147,7 @@ library
|
||||
, yaml == 0.8.8.1
|
||||
, yesod == 1.2.5.2
|
||||
, yesod-auth == 1.3.0.2
|
||||
, yesod-auth-hashdb == 1.3.0.1
|
||||
, yesod-core == 1.2.11
|
||||
, yesod-form == 1.3.8.1
|
||||
, yesod-persistent == 1.2.2.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user