nocobase/packages/plugins/@nocobase/plugin-cas
2023-09-13 18:29:38 +08:00
..
src feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
package.json chore(versions): 😊 publish v0.14.0-alpha.3 2023-09-13 18:29:38 +08:00
README.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
README.zh-CN.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00

@nocobase/plugin-cas

提供 CAS 统一登入方式

使用方法

首先你要开启此插件

  1. 在 Authentication 中添加一个 Auth Type 为 CAS 类型的登录方式
  2. 然后你将在登录页看到一个名为 CAS Login 的按钮
  3. 完成