nocobase/packages/plugins/@nocobase/plugin-cas
2024-03-18 18:29:13 +08:00
..
src feat: supports subdirectory deployment (#3731) 2024-03-16 20:01:34 +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
LICENSE fix: add LICENSE 2023-12-29 13:11:56 +08:00
package.json chore(versions): 😊 publish v0.20.0-alpha.14 2024-03-18 18:29:13 +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. 完成