Page MenuHomePhabricator

Add Slack authentication adapter
ClosedPublic

Authored by chad on Sep 6 2016, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:48 AM
Unknown Object (File)
Wed, Apr 3, 10:38 AM
Unknown Object (File)
Mon, Apr 1, 3:22 AM
Unknown Object (File)
Fri, Mar 29, 5:54 PM
Unknown Object (File)
Mar 8 2024, 8:00 AM
Unknown Object (File)
Feb 2 2024, 12:11 AM
Unknown Object (File)
Jan 25 2024, 8:13 AM
Unknown Object (File)
Jan 25 2024, 8:13 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.