We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天算是比较充实的一天,在图书馆一整天了。今天学得东西比较多
cookie和webStorage 在博文里面写了很多,这里就不再多说了。
重点总结一下json-web-token
json-web-token
传统的登录验证方法是通过session和cookie,而这次我使用的是比较火的基于token验证登录。和传统的登录验证相比,token可以达到真正无状态,而且更加安全
基于token验证的大致流程
node开发使用包jsonwebtoken
The text was updated successfully, but these errors were encountered:
No branches or pull requests
今天算是比较充实的一天,在图书馆一整天了。今天学得东西比较多
完成任务
知识点
cookie和webStorage 在博文里面写了很多,这里就不再多说了。
重点总结一下
json-web-token
传统的登录验证方法是通过session和cookie,而这次我使用的是比较火的基于token验证登录。和传统的登录验证相比,token可以达到真正无状态,而且更加安全
基于token验证的大致流程
node开发使用包jsonwebtoken
The text was updated successfully, but these errors were encountered: