mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 12:37:02 +00:00
24179c4469
* feat(plugin-cas): support cas login method * feat: add cas plugin in preset * chore: update version * feat: full support cas * chore: update package.json * feat: update docs and fix namespace * fix: locale --------- Co-authored-by: xilesun <2013xile@gmail.com>
13 lines
359 B
Markdown
13 lines
359 B
Markdown
# @nocobase/plugin-cas
|
|
|
|
提供 CAS 统一登入方式
|
|
|
|
## 使用方法
|
|
|
|
> 首先你要开启此插件
|
|
|
|
1. 在 Authentication 中添加一个 Auth Type 为 CAS 类型的登录方式
|
|
<img src="https://github.com/nocobase/nocobase/assets/29533304/a9dd6965-afce-4ff3-85d8-ff0c1baa7298">
|
|
2. 然后你将在登录页看到一个名为 CAS Login 的按钮
|
|
3. 完成
|