blomstra/oauth-slack

Sign in with Slack

0.1.1 2022-11-16 21:43 UTC

This package is auto-updated.

Last update: 2024-04-17 00:57:06 UTC


README

License Latest Stable Version Total Downloads

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