yesod/yesod-auth
2019-06-18 01:56:32 +02:00
..
Yesod Remove comma from <form> tag 2019-06-18 01:56:32 +02:00
.gitignore Add 'yesod-auth/' from commit 'fe498e3dac01bfc999cad33b90a2b1b397785178' 2011-07-22 08:59:54 +03:00
auth2.hs Add 'yesod-auth/' from commit 'fe498e3dac01bfc999cad33b90a2b1b397785178' 2011-07-22 08:59:54 +03:00
browserid.hs Fix browserid.hs (closes #547) 2014-09-14 11:04:16 +03:00
ChangeLog.md Remove comma from <form> tag 2019-06-18 01:56:32 +02:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03:00
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 Add 'yesod-auth/' from commit 'fe498e3dac01bfc999cad33b90a2b1b397785178' 2011-07-22 08:59:54 +03:00
yesod-auth.cabal clearCreds redirect behavior depends on request type. 2019-05-14 13:20:34 +00: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.