nocobase/packages/plugins/@nocobase/plugin-cas
jack zhang 88b317f937
fix: deps check error when dev add production plugin (#3848)
* fix: deps check error when dev add production plugin

* fix: bug
2024-04-01 14:18:00 +08:00
..
src fix(auth): sso auth bug when deploying with subpath (#3764) 2024-03-20 14:46:22 +08:00
.npmignore fix: deps check error when dev add production plugin (#3848) 2024-04-01 14:18:00 +08:00
client.d.ts
client.js
LICENSE fix: add LICENSE 2023-12-29 13:11:56 +08:00
package.json chore(versions): 😊 publish v0.21.0-alpha.1 2024-03-29 17:43:20 +08:00
README.md
README.zh-CN.md
server.d.ts
server.js

@nocobase/plugin-cas

提供 CAS 统一登入方式

使用方法

首先你要开启此插件

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