Description
Authentication plugin for Yesod.
Description
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).
README.md
yesod-auth-bcryptdb
Yesod.Auth.BcryptDB plugin.