From 77a8ea98c7f1845343577d0a1e16b164f5d33b4c Mon Sep 17 00:00:00 2001 From: hello Date: Tue, 26 Mar 2024 20:48:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=88=E6=9D=83=E7=AC=94?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/helloshop/authorization.md b/notes/helloshop/authorization.md index 2c937db..5f855d3 100644 --- a/notes/helloshop/authorization.md +++ b/notes/helloshop/authorization.md @@ -1,4 +1,4 @@ -# 基于策略和资源的授权系统 +# 基于策略和资源的授权 身份认证完成后 HttpContext.User 中包含了用户的身份信息,但是用户的身份信息并不包含用户的权限信息。用户的权限信息需要通过授权系统来获取。