ssangyongsports / logto
使用Logto登录
4
2024-08-04 12:42 UTC
Requires
- flarum/core: ^1.3.1
- fof/oauth: ^1.3
- dev-master
- 4
- 3
- 2
- 1
This package is not auto-updated.
Last update: 2024-09-30 11:46:02 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凭证登录吧!