yesod-auth-oauth-0.3: OAuth wrapper for yesod-auth

Yesod.Helpers.Auth.OAuth

Documentation

authOAuthSource

Arguments

:: YesodAuth m 
=> String

Service Name

-> String

OAuth Parameter Name to use for identify

-> String

Request URL

-> String

Access Token URL

-> String

Authorize URL

-> String

Consumer Key

-> String

Consumer Secret

-> AuthPlugin m 

authTwitterSource

Arguments

:: YesodAuth m 
=> String

Consumer Key

-> String

Consumer Secret

-> AuthPlugin m