Authentication
Authentication and Authorization
Authentication: 认证
Authorization: 授权
HTTP headers
WWW-Authenticate
Syntax
WWW-Authenticate: <type> realm=<realm>[, charset="UTF-8"]
MDN Web Docs - WWW-Authenticate
Authorization
Syntax
Authorization: <type> <credentials>
JSON Web Token
Authentication in ASP.NET Core
Overview of ASP.NET Core authentication
密码安全
-
非对称加密传输(RSA)
-
哈希散列存储(MD5)