yesod-auth-oauth-1.0.0.1: OAuth Authentication for Yesod.

Safe HaskellSafe-Infered

Yesod.Auth.OAuth

Documentation

authOAuthSource

Arguments

:: YesodAuth m 
=> OAuth

OAuth data-type for signing.

-> (Credential -> IO (Creds m))

How to extract ident.

-> AuthPlugin m 

authTwitterSource

Arguments

:: YesodAuth m 
=> ByteString

Consumer Key

-> ByteString

Consumer Secret

-> AuthPlugin m 

authTumblrSource

Arguments

:: YesodAuth m 
=> ByteString

Consumer Key

-> ByteString

Consumer Secret

-> AuthPlugin m