yesod-auth-hashdb: Authentication plugin for Yesod.

[ library, mit, web, yesod ] [ Propose Tags ]

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).

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3, 1.3.0.1, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.1.1, 1.4.1.2, 1.4.2, 1.4.2.1, 1.4.2.2, 1.4.3, 1.5, 1.5.1, 1.5.1.1, 1.5.1.2, 1.5.1.3, 1.6, 1.6.0.1, 1.6.1, 1.6.2, 1.7, 1.7.1, 1.7.1.1, 1.7.1.2, 1.7.1.5, 1.7.1.6, 1.7.1.7
Change log ChangeLog.md
Dependencies base (>=4 && <5), bytestring (>=0.9.1.4), cryptohash (>=0.8), persistent (>=2.1 && <2.6), pwstore-fast (>=2.2), text (>=0.7), yesod-auth (>=1.4 && <1.5), yesod-core (>=1.4 && <1.5), yesod-form (>=1.4 && <1.5), yesod-persistent (>=1.2) [details]
License MIT
Author Patrick Brisbin, later changes Paul Rouse
Maintainer Paul Rouse <pyr@doynton.org>
Category Web, Yesod
Home page https://github.com/paul-rouse/yesod-auth-hashdb
Bug tracker https://github.com/paul-rouse/yesod-auth-hashdb/issues
Source repo head: git clone https://github.com/paul-rouse/yesod-auth-hashdb
Uploaded by paulrouse at 2016-05-30T17:15:29Z
Distributions Debian:1.7.1.2, FreeBSD:1.4.2.2, LTSHaskell:1.7.1.7, NixOS:1.7.1.7, Stackage:1.7.1.7
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 24066 total (108 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]