Skip to content
#

JSON Web Tokens

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

Here are 17,817 public repositories matching this topic...

jun_amis_lowcode是基于百度amis前端低代码框架+后端SpringBoot在线接口开发平台(jun_api_online)构建的低代码开发框架。其可使用JSON 配置来生成页面(不仅仅是表单引擎),使用动态mapping及动态生成bean的方式执行SQL脚本及JVM脚本来动态生成接口。

  • Updated May 10, 2024

Java全栈工程师学习笔记;Spring、shiro、CAS、oauth2单点登录;cache 、Redis; web 安全及解决思路;redis、mq、quartz、docker;Docker各种组件实践等;mybatis、spring、spring boot实践;分布式锁;基于分库分表等等;Java full-stack engineer study notes; Spring, shiro, CAS, oauth2 single sign-on; cache, Redis; web security and solutions; redis, mq, quartz, docker; Docker various component practices, etc.;

  • Updated May 10, 2024
  • Java

Created by M. Jones, J. Bradley, N. Sakimura

Released May 2015

Followers
85 followers
Website
www.rfc-editor.org/info/rfc7519
Wikipedia
Wikipedia

Related Topics

jwe jwk jwks jwkset jws jwt-bearer-tokens jwt-claims jwt-client jwt-server message-authentication-code