blomstra / oauth-slack
Sign in with Slack
Installs: 836
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 11
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.3.1
- fof/oauth: ^1.3
This package is auto-updated.
Last update: 2024-10-17 02:05:06 UTC
README
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!