Safe Haskell | None |
---|---|
Language | Haskell2010 |
Yesod.Auth.OAuth2.Slack
Description
OAuth2 plugin for https://slack.com/
- Authenticates against slack
- Uses slack user id as credentials identifier
Documentation
data SlackScope Source #
Constructors
SlackBasicScope | |
SlackEmailScope | |
SlackTeamScope | |
SlackAvatarScope |
oauth2Slack :: YesodAuth m => Text -> Text -> AuthPlugin m Source #
oauth2SlackScoped :: YesodAuth m => [SlackScope] -> Text -> Text -> AuthPlugin m Source #