PHPackages                             t1mmen/opauth-slack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. t1mmen/opauth-slack

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

t1mmen/opauth-slack
===================

Basecamp strategy for Slack

0.1.1(10y ago)1116MITPHPPHP &gt;=5.2.0

Since Mar 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/t1mmen/opauth-slack)[ Packagist](https://packagist.org/packages/t1mmen/opauth-slack)[ Docs](https://github.com/t1mmen/opauth-slack)[ RSS](/packages/t1mmen-opauth-slack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Opauth-Slack
============

[](#opauth-slack)

[Opauth](https://github.com/opauth/opauth) strategy for Slack authentication.

Implemented based on

Getting started
---------------

[](#getting-started)

1. Install Opauth-Slack:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-slack.git slack
    ```

Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:

```
{
    "require": {
        "t1mmen/opauth-slack": "*"
    }
}
```

Then run `composer install`.

2. Create Slack application at
3. Configure Opauth-Slack strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/slack` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
