yesod-auth 1.3.1.1 → 1.3.2
raw patch · 2 files changed
+2/−3 lines, 2 files
Files
- Yesod/Auth.hs +1/−2
- yesod-auth.cabal +1/−1
Yesod/Auth.hs view
@@ -56,7 +56,6 @@ import Network.HTTP.Conduit (Manager) import qualified Network.Wai as W-import Text.Hamlet (shamlet) import Yesod.Core import Yesod.Persist@@ -419,7 +418,7 @@ -- authenticated. -- -- Since 1.1.0-requireAuthId :: YesodAuthPersist master => HandlerT master IO (AuthId master)+requireAuthId :: YesodAuth master => HandlerT master IO (AuthId master) requireAuthId = maybeAuthId >>= maybe redirectLogin return -- | Similar to 'maybeAuth', but redirects to a login page if user is not
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.3.1.1+version: 1.3.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin