Sign in with Slack
ssportd/oauth-slack
Sign in with Slack
- Downloads
- 7
- Version control
- github.com/ssangyongsport/flarum-ext-oauth-slack-Sls
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:
-
openid
-
email
-
profile
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
Versions
-
Version 2.
Likely works with Flarum v1.8.9.
Unlikely to work with Flarum v2.0.0-beta.1.
-
1 additional versions.
-
Extension created.