refactor(auth): replace dashboard sessions with stateless tokens and session control (#6329)
* refactor(auth): replace dashboard sessions with stateless tokens * feat(auth): harden session issuance and distributed enforcement * fix(proxy): preserve trusted proxy compatibility defaults * refactor: address dashboard auth review feedback * refactor: remove classic frontend and flatten web app
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
// auditContentTemplates 将稳定的操作标识 action 映射为英文兜底模板,渲染后写入
|
||||
// Log.Content(供导出 / 经典前端等非本地化消费者使用)。占位符为 ${name},由该
|
||||
// Log.Content(供导出等非本地化消费者使用)。占位符为 ${name},由该
|
||||
// action 的 params 填充。本地化展示文案在前端 i18n 模板中维护,本表是语言中立的
|
||||
// 英文基线——调用方因此无需在每个埋点处手写句子(避免与 params 重复书写同一份值)。
|
||||
var auditContentTemplates = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user