@hackage yesod-auth1.6.12.0
Authentication for Yesod.
Categories
License
MIT
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (40)
- aeson >=0.7
- attoparsec-aeson >=2.1
- authenticate >=1.3.4
- base >=4.11 && <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…
Package Flags
network-uri
(on by default)
Get Network.URI from the network-uri package
yesod-auth
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.
- yesod-auth-oauth2: Library to authenticate with OAuth 2.0.
- yesod-auth-account: An account authentication plugin for Yesod
- yesod-auth-hashdb: The HashDB module previously packaged in yesod-auth, now with stronger, but compatible, security.
- yesod-auth-bcrypt: An alternative to the HashDB module.