yesod/yesod-auth
2019-08-23 00:48:17 +02:00
..
Yesod Dummy: Check for JSON first 2019-08-23 00:48:17 +02:00
.gitignore
auth2.hs
browserid.hs Fix browserid.hs (closes #547) 2014-09-14 11:04:16 +03:00
ChangeLog.md Dummy: Add support for JSON submissions 2019-08-19 19:25:37 +02:00
LICENSE
openid.hs Add the guessApproot function (pinging @gregwebs) 2015-10-13 10:32:25 +00:00
persona_sign_in_blue.png Include Persona login icon yesodweb/authenticate#19 2013-02-18 11:30:23 +02:00
README.md Doc link updates 2014-12-21 15:23:52 +02:00
Setup.lhs
yesod-auth.cabal Dummy: Add support for JSON submissions 2019-08-19 19:25:37 +02:00

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.