yesod-auth 1.3.3 → 1.3.4
raw patch · 2 files changed
+7/−3 lines, 2 files
Files
- Yesod/Auth/BrowserId.hs +6/−2
- yesod-auth.cabal +1/−1
Yesod/Auth/BrowserId.hs view
@@ -9,6 +9,7 @@ , BrowserIdSettings , bisAudience , bisLazyLoad+ , forwardUrl ) where import Yesod.Auth@@ -28,8 +29,11 @@ pid :: Text pid = "browserid" -complete :: Route Auth-complete = PluginR pid []+forwardUrl :: AuthRoute+forwardUrl = PluginR pid []++complete :: AuthRoute+complete = forwardUrl -- | A settings type for various configuration options relevant to BrowserID. --
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.3.3+version: 1.3.4 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin