happstack-authenticate 0.10.14 → 0.10.15
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~textdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text, time
API changes (from Hackage documentation)
Files
Happstack/Auth/Core/Auth.hs view
@@ -543,7 +543,7 @@ update' acidH (PurgeExpiredTokens now) update' acidH (AddAuthToken authToken) s <- rqSecure <$> askRq- addCookie Session ((mkCookie "authToken" (tokenString authToken)) { secure = s })+ addCookie (MaxAge $ 3600*24*7*52) ((mkCookie "authToken" (tokenString authToken)) { secure = s }) return () deleteAuthCookie :: (Happstack m, Alternative m) => AcidState AuthState -> m ()
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name: happstack-authenticate-Version: 0.10.14+Version: 0.10.15 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId. Homepage: http://www.happstack.com/@@ -46,8 +46,8 @@ mtl >= 2.0, pwstore-purehaskell == 2.1.*, QuickCheck >= 2,- text >= 0.11 && < 1.2,- time >= 1.2 && < 1.5,+ text >= 0.11 && < 1.3,+ time >= 1.2 && < 1.6, reform == 0.2.*, reform-blaze == 0.2.*, reform-happstack == 0.2.*,