yesod-auth-hashdb: Authentication plugin for Yesod.
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).
Downloads
- yesod-auth-hashdb-1.5.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.7), 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-08-14T19:06:24Z |
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 | 24655 total (140 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-08-14 [all 1 reports] |