欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JSON Web Token
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 |
||
第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]。 | ||
+ | |||
+ | ==功能== | ||
==指南== | ==指南== | ||
第17行: | 第20行: | ||
==链接== | ==链接== | ||
*[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:identity]] | ||
[[category:JSON]] | [[category:JSON]] | ||
[[category:security]] | [[category:security]] |
2020年12月6日 (日) 06:44的版本
您可以在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。
功能
指南
项目
图集
链接
分享您的观点