Go to file
vertoryao 83fabb1383 feat(security): 为 Dify 相关操作添加权限控制- 在 V1ChatController、V1ServerController 和 V1WorkflowController 中添加了 @PreAuthorize 注解
- 为不同操作定义了相应的权限标识,如 dify:chat:conversations、dify:app:list 等
-通过 Spring Security 的权限管理功能,实现了对 Dify 相关操作的细粒度权限控制
2025-07-13 23:50:22 +08:00
src feat(security): 为 Dify 相关操作添加权限控制- 在 V1ChatController、V1ServerController 和 V1WorkflowController 中添加了 @PreAuthorize 注解 2025-07-13 23:50:22 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml refactor(dify): 升级 dify-spring-boot-starter版本并优化相关代码 2025-07-10 10:56:26 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端