nocobase/packages/plugins/@nocobase/plugin-cas
2024-01-03 10:00:45 +08:00
..
src refactor(auth): move auth client from core to the plugin & refactor auth client api (#3215) 2023-12-21 20:19:25 +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.18.0-alpha.9 2024-01-03 10:00:45 +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. 完成