ssangyongsports / oauth-logto
使用 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 13:58:22 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 凭据登录的乐趣!