Page MenuHomePhabricator

Add Slack authentication adapter
ClosedPublic

Authored by chad on Sep 6 2016, 5:25 AM.
Tags
None
Referenced Files
F15482949: D16495.id39699.diff
Wed, Apr 9, 8:44 AM
F15472637: D16495.id39706.diff
Sat, Apr 5, 3:12 PM
F15455317: D16495.id39699.diff
Sat, Mar 29, 11:30 PM
F15451674: D16495.diff
Fri, Mar 28, 11:17 PM
F15409933: D16495.id39704.diff
Mar 19 2025, 6:01 AM
F15409649: D16495.id39704.diff
Mar 19 2025, 4:49 AM
F15409212: D16495.id39704.diff
Mar 19 2025, 3:37 AM
F15408967: D16495.id39704.diff
Mar 19 2025, 2:25 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.