ssangyongsports / oauth-slack
使用 ssangyongsports 登录
1
2024-07-26 12:52 UTC
Requires
- flarum/core: ^1.3.1
- fof/oauth: ^1.3
This package is not auto-updated.
Last update: 2024-09-21 11:02:47 UTC
README
Flarum 扩展。使用 Slack 登录
安装
使用 composer 安装
composer require blomstra/oauth-slack:"*"
更新
composer update blomstra/oauth-slack php flarum cache:clear
配置
一旦启用,此扩展将在 fof/oauth
的设置页面添加一个 Slack
选项。开启 Slack
并点击配置图标。
在 Slack 中,您必须为您的应用授予以下权限
openid
email
profile
将回调 URL 设置为扩展设置中给出的值。
将 Slack “基本信息” 页面上显示的 Client ID
和 Client Secret
输入到 Flarum 配置中。
享受使用 Slack 凭据登录的体验!