What is token-based authentication?

前端 未结 8 1777
既然无缘
既然无缘 2020-11-22 16:39

I want to understand what token-based authentication means. I searched the internet but couldn\'t find anything understandable.

8条回答
  •  名媛妹妹
    2020-11-22 17:19

    The question is old and the technology has advanced, here is the current state:

    JSON Web Token (JWT) is a JSON-based open standard (RFC 7519) for passing claims between parties in web application environment. The tokens are designed to be compact, URL-safe and usable especially in web browser single sign-on (SSO) context.

    https://en.wikipedia.org/wiki/JSON_Web_Token

提交回复
热议问题