欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JSON Web Token
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→图集) |
||
(未显示1个用户的4个中间版本) | |||
第3行: | 第3行: | ||
JSON Web Token(JWT) 是一个基于 [[JSON]] 的[https://tools.ietf.org/html/rfc7519 开放标准(RFC 7519)]。 | JSON Web Token(JWT) 是一个基于 [[JSON]] 的[https://tools.ietf.org/html/rfc7519 开放标准(RFC 7519)]。 | ||
+ | ==简介== | ||
此外,相关标准还有:JWS (JSON Web Signature) [https://tools.ietf.org/html/rfc7515 RFC 7515] 和 JWE (JSON Web Encryption) [https://tools.ietf.org/html/rfc7516 RFC 7516]。 | 此外,相关标准还有:JWS (JSON Web Signature) [https://tools.ietf.org/html/rfc7515 RFC 7515] 和 JWE (JSON Web Encryption) [https://tools.ietf.org/html/rfc7516 RFC 7516]。 | ||
+ | |||
+ | JSON Web Key Set (JWKS) [https://medium.com/trabe/validate-jwt-tokens-using-jwks-in-java-214f7014b5cf Validate JWT tokens using JWKS in Java] | ||
+ | |||
+ | ==功能== | ||
==指南== | ==指南== | ||
第13行: | 第18行: | ||
<gallery> | <gallery> | ||
image:jwt-diagram.png|处理流程 | image:jwt-diagram.png|处理流程 | ||
+ | image:JWT-token-revocation.png|JWT Token Revocation | ||
+ | image:jose.png|JOSE | ||
</gallery> | </gallery> | ||
==链接== | ==链接== | ||
*[https://jwt.io/ jwt.io] | *[https://jwt.io/ jwt.io] | ||
+ | *[https://mg.docs.wso2.com/en/latest/how-tos/security/api-authentication/secure-apis-using-oauth2.0-access-tokens/secure-apis-using-jwt-self-contained-jwt/ Secure APIs using JWT - Self Contained JWT] | ||
+ | [[category:identity]] | ||
[[category:JSON]] | [[category:JSON]] | ||
[[category:security]] | [[category:security]] |
2021年2月17日 (三) 23:49的最后版本
您可以在Wikipedia上了解到此条目的英文信息 JSON Web Token Thanks, Wikipedia. |
JSON Web Token(JWT) 是一个基于 JSON 的开放标准(RFC 7519)。
目录 |
[编辑] 简介
此外,相关标准还有:JWS (JSON Web Signature) RFC 7515 和 JWE (JSON Web Encryption) RFC 7516。
JSON Web Key Set (JWKS) Validate JWT tokens using JWKS in Java
[编辑] 功能
[编辑] 指南
[编辑] 项目
[编辑] 图集
- Jose.png
JOSE
[编辑] 链接
分享您的观点