Safe Haskell | None |
---|---|
Language | Haskell98 |
OAuth2 plugin for http://github.com
- Authenticates against github
- Uses github user id as credentials identifier
- Returns first_name, last_name, and email as extras
Documentation
:: YesodAuth m | |
=> Text | Client ID |
-> Text | Client Secret |
-> AuthPlugin m |
:: YesodAuth m | |
=> Text | Client ID |
-> Text | Client Secret |
-> [Text] | List of scopes to request |
-> AuthPlugin m |
module Yesod.Auth.OAuth2