Added missing oauthRealm
This commit is contained in:
parent
ad12ce63f0
commit
938f70af51
@ -46,6 +46,7 @@ authOAuth name ident reqUrl accUrl authUrl key sec = AuthPlugin name dispatch lo
|
|||||||
, oauthSignatureMethod = HMACSHA1
|
, oauthSignatureMethod = HMACSHA1
|
||||||
, oauthConsumerKey = fromString key, oauthConsumerSecret = fromString sec
|
, oauthConsumerKey = fromString key, oauthConsumerSecret = fromString sec
|
||||||
, oauthCallback = Nothing
|
, oauthCallback = Nothing
|
||||||
|
, oauthRealm = Nothing
|
||||||
}
|
}
|
||||||
dispatch "GET" ["forward"] = do
|
dispatch "GET" ["forward"] = do
|
||||||
render <- getUrlRender
|
render <- getUrlRender
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user