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 中包含了用户的身份信息,但是用户的身份信息并不包含用户的权限信息。用户的权限信息需要通过授权系统来获取。