2017 © Pedro Peláez
 

library opauth-slack

Basecamp strategy for Slack

image

t1mmen/opauth-slack

Basecamp strategy for Slack

  • Friday, August 28, 2015
  • by t1mmen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Opauth-Slack

[Opauth][1] strategy for Slack authentication., (*1)

Implemented based on https://api.slack.com/docs/oauth, (*2)

Getting started

  1. Install Opauth-Slack:, (*3)

    Using git:, (*4)

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

    Or, using Composer, just add this to your composer.json:, (*5)

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

    Then run composer install., (*6)

  2. Create Slack application at https://api.slack.com/applications, (*7)

  3. Configure Opauth-Slack strategy with at least Client ID and Client Secret., (*8)

  4. Direct user to http://path_to_opauth/slack to authenticate, (*9)

Strategy configuration

Required parameters:, (*10)

<?php
'Slack' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

License

Opauth-Slack is MIT Licensed Copyright © 2015 Timm Stokke (http://timm.stokke.me), (*11)

The Versions

28/08 2015

dev-master

9999999-dev https://github.com/t1mmen/opauth-slack

Basecamp strategy for Slack

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth slack

28/08 2015

0.1.1

0.1.1.0 https://github.com/t1mmen/opauth-slack

Basecamp strategy for Slack

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth slack

11/03 2015

0.1.0

0.1.0.0 https://github.com/t1mmen/opauth-slack

Basecamp strategy for Slack

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth slack