packages feed

authenticate 1.3.2.8 → 1.3.2.9

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Web/Authenticate/OpenId.hs view
@@ -49,7 +49,7 @@     -> m Text -- ^ URL to send the user to. getForwardUrl openid' complete mrealm params manager = do     let realm = fromMaybe complete mrealm-    claimed <- normalize openid'+    claimed <- normalize $ T.strip openid'     disc <- discover claimed manager     let helper s q = return $ T.concat             [ s
authenticate.cabal view
@@ -1,5 +1,5 @@ name:            authenticate-version:         1.3.2.8+version:         1.3.2.9 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman, Hiromi Ishii, Arash Rouhani