yesod-auth-bcryptdb: Authentication plugin for Yesod.

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

This package provides authentication with passwords hashed and salted using bcrypt which are 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).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.1
Dependencies aeson, base (>=4 && <5), bcrypt (>=0.0.10 && <0.1), bytestring (>=0.9.1.4), persistent (>=2.1 && <2.8), text (>=0.7), yesod-auth (>=1.4.18 && <1.5), yesod-core (>=1.4 && <1.5), yesod-form (>=1.4 && <1.5), yesod-persistent (>=1.2) [details]
License MIT
Copyright 2017 Yusent Chig
Author Yusent Chig
Maintainer Yusent Chig <yusent@protonmail.com>
Category Web, Yesod
Home page https://github.com/yusent/yesod-auth-bcryptdb
Bug tracker https://github.com/yusent/yesod-auth-bcryptdb/issues
Source repo head: git clone https://github.com/yusent/yesod-auth-bcryptdb
Uploaded by yusent at 2017-11-27T22:01:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3224 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-27 [all 1 reports]

Readme for yesod-auth-bcryptdb-0.3.0.1

[back to package description]

yesod-auth-bcryptdb

Yesod.Auth.BcryptDB plugin