packages feed

gssapi-wai 0.1.1.0 → 0.1.2.0

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Network.Wai.Middleware.SpnegoAuth: defaultAuthError :: (String -> IO ()) -> SpnegoAuthSettings -> Maybe (Either KrbException GssException) -> Application
+ Network.Wai.Middleware.SpnegoAuth: defaultAuthResponse :: SpnegoAuthSettings -> (Response -> IO ResponseReceived) -> IO ResponseReceived

Files

gssapi-wai.cabal view
@@ -1,5 +1,5 @@ name:                gssapi-wai-version:             0.1.1.0+version:             0.1.2.0 synopsis:            WAI Middleware for SPNEGO authentiaction description:         Basic WAI Middleware allows both SPNEGO and failback to Kerberos                      username/password authentication.
src/Network/Wai/Middleware/SpnegoAuth.hs view
@@ -17,6 +17,8 @@   , SpnegoAuthSettings(..)   , defaultSpnegoSettings   , spnegoAuthKey+  , defaultAuthResponse+  , defaultAuthError ) where  import           Control.Arrow                   (second)