yesod-auth-hashdb alternatives and similar packages
Based on the "yesod" category.
Alternatively, view yesod-auth-hashdb alternatives based on common mentions on social networks and blogs.
-
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-datatables
Routines for implementing server-side processing for DataTables (jQuery grid) in Haskell -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of yesod-auth-hashdb or a related project?
README
yesod-auth-hashdb
This is the Yesod.Auth.HashDB plugin, which used to be part of yesod-auth prior to version 1.3, but has now been moved out of the main package.
Versions of this plugin prior to its removal from yesod-auth used a relatively weak hashing algorithm (a single round of SHA1) which does not provide adequate protection against an attacker who discovers the hashed passwords. See: https://github.com/yesodweb/yesod/issues/668.
It has now been rewritten to use Crypto.PasswordStore, which provides stronger protection against cracking passwords.
See the module documentation for further details.