yesod/yesod-auth/Yesod
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
..
Auth Extend YesodAuthEmail to support extensible password hashing. 2017-09-28 14:37:21 -04:00
Auth.hs Derive Show for Creds type 2017-02-05 20:25:23 +05:30