Page MenuHomePhabricator

Add Slack authentication adapter
ClosedPublic

Authored by chad on Sep 6 2016, 5:25 AM.
Tags
None
Referenced Files
F15390758: D16495.id39699.diff
Sat, Mar 15, 6:32 AM
F15383918: D16495.id39706.diff
Fri, Mar 14, 6:19 PM
F15382304: D16495.id39704.diff
Fri, Mar 14, 11:48 AM
F15332987: D16495.id.diff
Fri, Mar 7, 10:56 PM
Unknown Object (File)
Mon, Feb 24, 3:34 PM
Unknown Object (File)
Sat, Feb 22, 8:09 PM
Unknown Object (File)
Fri, Feb 21, 1:07 AM
Unknown Object (File)
Tue, Feb 18, 11:41 AM
Subscribers

Details

Summary

This adds an authentication adapter to libphutil for Slack. Diff 1 of 2.

Test Plan

Create a new auth provider for Slack. Link Slack account to phacility.slack.com. Authenticate a new user, create an account with Slack reg provider.

Diff Detail

Repository
rPHU libphutil
Branch
slack-oauth
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13583
Build 17496: Run Core Tests
Build 17495: arc lint + arc unit

Event Timeline

chad retitled this revision from to Add Slack authentication adapter.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/future/slack/PhutilSlackFuture.php
51

This should probably be ltrim($this->action, '/') to strip leading slashes, or maybe just omit it entirely.

This revision is now accepted and ready to land.Sep 6 2016, 1:47 PM
chad edited edge metadata.
  • per comments
This revision was automatically updated to reflect the committed changes.