Sign in with Slack
A Flarum extension. Sign in with Slack
Installation
Install with composer:
composer require blomstra/oauth-slack:"*"
Updating
composer update blomstra/oauth-slack
php flarum cache:clear
Configuration
Once enabled, this extension will add a Slack
option to the settings page of fof/oauth
. Toggle Slack
on, and hit the configure icon.
Follow the Slack documentation to create an application
It is imperitive that you grant the following scopes to your new application at Slack:
Set the callback URL as given in the extension settings.
Enter the Client ID
and Client Secret
as displayed in the Basic Information
page at Slack into the Flarum configuration.
Enjoy logging in with your Slack credentials!
Links