Safe Haskell | None |
---|---|
Language | Haskell98 |
Yesod.Auth.OAuth2.Bitbucket
Description
OAuth2 plugin for http://bitbucket.com
- Authenticates against bitbucket
- Uses bitbucket uuid as credentials identifier
- Returns email, username, full name, location and avatar as extras
Documentation
Arguments
:: YesodAuth m | |
=> Text | Client ID |
-> Text | Client Secret |
-> AuthPlugin m |
oauth2BitbucketScoped Source #
Arguments
:: YesodAuth m | |
=> Text | Client ID |
-> Text | Client Secret |
-> [Text] | List of scopes to request |
-> AuthPlugin m |
module Yesod.Auth.OAuth2