慢慢积累吧!
Authentication - 认证、身份验证
verifies the identity of a user
验证用户的身份,比如:验证是否存在某用户,并且密码是否正确
Authorization - 授权、权限验证
determines the access an authenticated user is allowed
确定某位已通过身份验证的用户的权限,比如:确定该名用户是否有添加信息的权限
Profiles - 用户特征
stores additional characteristics of the user
该用户的附加描述信息,比如:性别、职业、生日、个人简介等等
博客介绍了信息技术领域中与用户相关的重要概念。Authentication用于验证用户身份,如确认用户及密码是否正确;Authorization确定已认证用户的权限,如能否添加信息;Profiles则存储用户的附加特征,如性别、职业等。
8763

被折叠的 条评论
为什么被折叠?



