You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/03 03:22:10 UTC

[dubbo-website] branch master updated: [fix] 新增场景 (#1181)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b2adf445e [fix] 新增场景 (#1181)
6b2adf445e is described below

commit 6b2adf445ecca8855de043a223fa8cd1dc9e58a9
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Sun Jul 3 11:22:05 2022 +0800

    [fix] 新增场景 (#1181)
---
 .../advanced-features-and-usage/security/token-authorization.md        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/security/token-authorization.md b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/security/token-authorization.md
index a111e1fcec..5d06b6aaca 100644
--- a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/security/token-authorization.md
+++ b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/security/token-authorization.md
@@ -16,6 +16,9 @@ description: "了解 dubbo3 权限控制的配置和使用"
 - 服务级别设置
 
 ## 使用场景
+
+在一定程度上实现客户端和服务端的可信鉴权,避免任意客户端都可以访问,降低出现安全问题的风险。
+
 ## 使用方式:
 
 全局设置开启令牌验证: