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

Safe HaskellNone
LanguageHaskell98

Yesod.Auth.OAuth

Documentation

authOAuth Source

Arguments

:: YesodAuth m 
=> OAuth

OAuth data-type for signing.

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

How to extract ident.

-> AuthPlugin m 

oauthUrl :: Text -> AuthRoute Source

authTwitter Source

Arguments

:: YesodAuth m 
=> ByteString

Consumer Key

-> ByteString

Consumer Secret

-> AuthPlugin m 

twitterUrl :: AuthRoute Source

authTumblr Source

Arguments

:: YesodAuth m 
=> ByteString

Consumer Key

-> ByteString

Consumer Secret

-> AuthPlugin m 

tumblrUrl :: AuthRoute Source