Skip to content

Commit

Permalink
Update slack docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Feb 4, 2017
1 parent 8550556 commit db37849
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Added note about Microsoft Graph support with AzureAD backend.
- Added Slack team limit setting

## [0.1.0](https://github.com/python-social-auth/social-docs/releases/tag/0.1.0) - 2016-12-31

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ contribution should be followed if you want to submit a pull request.
coding style that is used already.
* If possible, submit tests to your patch / new feature so it can be tested easily.
* Assure nothing is broken by running all the tests.
* Add a meaningful entry to the `CHANGELOG.md` document.

## Submit Changes

Expand Down
3 changes: 3 additions & 0 deletions docs/backends/slack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Slack

See auth scopes at `Slack OAuth docs`_.

- Limiting by team is possible by::

SOCIAL_AUTH_SLACK_TEAM = ''

.. _Slack: https://api.slack.com/applications
.. _Slack OAuth docs: https://api.slack.com/docs/oauth

0 comments on commit db37849

Please sign in to comment.