Page MenuHomePhabricator

Add Slack authentication adapter
ClosedPublic

Authored by chad on Sep 6 2016, 5:25 AM.
Tags
None
Referenced Files
F13196685: D16495.diff
Sun, May 12, 11:28 PM
F13191802: D16495.id.diff
Sun, May 12, 12:37 AM
F13186672: D16495.diff
Sat, May 11, 3:48 AM
Unknown Object (File)
Tue, May 7, 7:07 AM
Unknown Object (File)
Fri, May 3, 5:12 AM
Unknown Object (File)
Thu, Apr 25, 12:48 AM
Unknown Object (File)
Apr 3 2024, 10:38 AM
Unknown Object (File)
Apr 1 2024, 3:22 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 13576
Build 17484: Run Core Tests
Build 17483: 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
50

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.