MIT licensed by Patrick Brisbin, later changes Paul Rouse
Maintained by Paul Rouse
This version can be pinned in stack with:yesod-auth-hashdb-1.4.2.2@sha256:a0e967de492055b6d88c2ead13a8440d2b694c5eeedf97883ff72b562473deb2,2478

Module documentation for 1.4.2.2

This package is the Yesod.Auth.HashDB plugin, originally included as part of yesod-auth, but now modified to be more secure and placed in a separate package.

It provides authentication using hashed passwords stored in a database, and works best in situations where an administrator is involved in setting up a user with an initial password.

The complete login process, including a default form, is implemented by this plugin, but the application developer must design the interfaces for setting up users and allowing them to change their own passwords, since only the low-level password-setting functions are provided by this package. (Note that other authentication plugins may be more appropriate if you wish to use email verification to set up accounts).

Changes

1.4.2.2

  • Relax upper bound to allow persistent-2.2.*

1.4.2.1

  • Add ChangeLog

1.4.2

  • Deprecate getAuthIdHashDB (see #5)

1.4.1.2

  • Use internationalized messages
  • Increase defaultStrength

1.4.1.1

  • Minor documentation change

1.4.1

  • Expose additional validation function which does not need to read the database
  • Deprecate compatibility with old data which includes a salt field

1.4.0

  • Changes for Yesod 1.4

1.3.2

  • Documentation improvement

1.3.1

  • Optional custom login form
  • Deprecate predefined User data type
  • Changes for Persistent 2

1.3.0.1

  • Version bounds
  • Minor documentation changes

1.3

  • First release as a separate package, not part of yesod-auth