jwt

Last updated: ... / Reads: 92 Edit

jwt规范

https://datatracker.ietf.org/doc/html/draft-ietf-oauth-json-web-token-32

下面的都是具体实现。

JWT.IO

各种语言版本的jwt包

https://jwt.io/

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

JWT.IO allows you to decode, verify and generate JWT.

jwt java

https://github.com/auth0/java-jwt

Java implementation of JSON Web Token (JWT)

jwtk

https://github.com/jwtk/jjwt

Java JWT: JSON Web Token for Java and Android


Comments

Make a comment