- ru
 - Language: en
 
- Documentation version: 0.1
 
Slack¶
Slack
Register a new application at Slack, set the callback URL to
http://example.com/complete/slack/replacingexample.comwith your domain.Fill
Client IDandClient Secretvalues in the settings:SOCIAL_AUTH_SLACK_KEY = '' SOCIAL_AUTH_SLACK_SECRET = ''
Also it’s possible to define extra permissions with:
SOCIAL_AUTH_SLACK_SCOPE = [...]
See auth scopes at Slack OAuth docs.
Limiting by team is possible by:
SOCIAL_AUTH_SLACK_TEAM = ''