| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Yesod.Auth.OAuth2.Github
Description
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
Arguments
| :: YesodAuth m | |
| => Text | Client ID |
| -> Text | Client Secret |
| -> AuthPlugin m |
Arguments
| :: YesodAuth m | |
| => Text | Client ID |
| -> Text | Client Secret |
| -> [Text] | List of scopes to request |
| -> AuthPlugin m |
module Yesod.Auth.OAuth2