mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-07-06 16:12:11 +08:00
feat: 合并近期功能与修复
- GLM/MiniMax 模型支持及 provider_name 修复 - OAuth2 登录跳转与重定向 hash 保留 - Azure 模型支持与转发特殊处理 - 后台登录与钉钉邮箱默认域名 - 转发获取密钥、Jinja 路径、RSA 私钥加载 - 模型管理可用模型输入与新增 - 自动更新权限、健康监测、admin 配置等 Co-authored-by: Cursor <github@npc0.com>
This commit is contained in:
@@ -196,7 +196,7 @@ func LoginToken(user system.Login) (token string, claims systemReq.CustomClaims,
|
||||
// Extend Start: add gaia token
|
||||
})
|
||||
token, err = j.CreateToken(claims)
|
||||
return
|
||||
return token, claims, err
|
||||
}
|
||||
|
||||
// LoginTokenWithCSRF 生成登录token和CSRF token (用于批量处理API调用)
|
||||
|
||||
Reference in New Issue
Block a user