@hackage yesod-auth1.3.4
Authentication for Yesod.
Categories
License
MIT
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (43)
- aeson >=0.5
- attoparsec-conduit
- authenticate >=1.3
- base >=4 && <5
- base16-bytestring
- base64-bytestring Show all…
Dependents (36)
@hackage/yesod-auth-fb, @hackage/yesod-auth-smbclient, @hackage/yesod-auth-oauth2, @hackage/yesod-auth-oauth, @hackage/yesod-auth-simple, @hackage/yesod-auth-kerberos, Show all…
This package provides a pluggable mechanism for allowing users to authenticate with your site. It comes with a number of common plugins, such as OpenID, BrowserID (a.k.a., Mozilla Persona), and email. Other packages are available from Hackage as well. If you've written such an add-on, please notify me so that it can be added to this description.
http://hackage.haskell.org/package/yesod-auth-account: An account authentication plugin for Yesod
http://hackage.haskell.org/package/yesod-auth-hashdb: The HashDB module previously packaged in yesod-auth, now with stronger, but compatible, security.
https://github.com/ollieh/yesod-auth-bcrypt/: An alternative to the HashDB module.