yesod/yesod-auth/Yesod/Auth
Cole Brown 600d307310 Extend YesodAuthEmail to support extensible password hashing.
This change introduces `hashAndSaltPassword` and `verifyPassword` to the
`YesodAuthEmail` type class, allowing users to implement their own hashing
schemes (i.e. to provide compatibility with an existing database). It also
updates the default handlers to use these new functions when appropriate. The
functions have default implementation such that behavior for legacy applications
should not change.
2017-09-28 14:37:21 -04:00
..
Util Add "@since" comments for newly exposed Yesod.Auth.Util.PasswordStore 2017-08-29 18:49:21 +01:00
BrowserId.hs Deprecate BrowserId #1173 2016-03-08 16:27:21 +02:00
Dummy.hs Provide CSRF token in Dummy login form 2016-04-02 23:04:58 -04:00
Email.hs Extend YesodAuthEmail to support extensible password hashing. 2017-09-28 14:37:21 -04:00
GoogleEmail2.hs Fix deprecation warning for LTS 8 2017-07-23 12:25:29 +03:00
GoogleEmail.hs Cleanup GHC 8 redundant constraints 2017-02-05 13:35:12 +02:00
Hardcoded.hs Compile with -Wall -Werror 2017-02-05 12:09:18 +02:00
Message.hs Correct Yesod-Auth's usage of "log in" vs "login" in English. 2017-08-30 20:40:29 -07:00
OpenId.hs remove invalid Google OpenID link 2016-11-26 19:39:24 +01:00
Routes.hs Added missing pragma 2014-09-08 07:11:38 +03:00
Rpxnow.hs Remove redundant imports 2015-06-24 20:54:27 +05:00