This adds an authentication adapter to libphutil for Slack. Diff 1 of 2.
Details
Details
- Reviewers
epriestley - Commits
- rPHUb00eff539ee7: Add Slack authentication adapter
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
Diff Detail
- Repository
- rPHU libphutil
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/future/slack/PhutilSlackFuture.php | ||
---|---|---|
51 | This should probably be ltrim($this->action, '/') to strip leading slashes, or maybe just omit it entirely. |