[Overview of ASP.NET Core authentication] (https://learn.microsoft.com/en-us/aspnet/core/security/authorization/introduction?view=aspnetcore-6.0)
Authentication is the process of determining a user's identity.
Authorization is the process of determining whether a user has access to a resource.
身份验证是确定用户身份的过程。
授权是确定用户是否有权访问资源的过程。
网友评论