yesod-auth-nopassword 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Yesod/Auth/NoPassword.hs view
@@ -172,7 +172,7 @@ tokenSalt <- genSaltIO let token = exportSalt tokenSalt hash <- makePassword token strength- return (decodeUtf8 hash, decodeUtf8 (urlEncode False token))+ return (decodeUtf8 hash, decodeUtf8 (urlEncode True token)) verifyToken :: Hash -> Token -> Bool
yesod-auth-nopassword.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-nopassword-version: 0.1.0.1+version: 0.1.0.2 synopsis: A plugin for Yesod to provide email-only authentication. description: Please see README.md homepage: https://github.com/danpalmer/yesod-auth-nopassword#readme