@hackage yesod-auth1.2.2
Authentication for Yesod.
Categories
License
MIT
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (35)
- SHA >=1.4.1.3
- aeson >=0.5
- authenticate >=1.3
- base >=4 && <5
- blaze-html >=0.5
- blaze-markup >=0.5.1 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