Skip to content

Commit 129ac57

Browse files
committed
Merge pull request jsonwebtoken#66 from b---c/patch-1
2 minor updates index.html - JWT is now RFC 7519 so change the IEFT href and new version of jose4j
2 parents 25528b0 + 202ac04 commit 129ac57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<div class="banner-jwt">
7979
<canvas></canvas>
8080
<div class="container">
81-
<p><strong>JSON Web Token (JWT)</strong> 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 digitally signed using JSON Web Signature (JWS). <a href="http://tools.ietf.org/html/draft-ietf-oauth-json-web-token" target="_blank">IETF</a></p>
81+
<p><strong>JSON Web Token (JWT)</strong> 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 digitally signed using JSON Web Signature (JWS). <a href="http://tools.ietf.org/html/rfc7519" target="_blank">IETF</a></p>
8282

8383

8484

@@ -386,7 +386,7 @@ <h3 class="panel-title">Java</h3>
386386
</div>
387387

388388
<div class="panel-footer">
389-
<code>maven: org.bitbucket.b_c / jose4j / 0.4.0</code>
389+
<code>maven: org.bitbucket.b_c / jose4j / 0.4.2</code>
390390
</div>
391391
</div>
392392
</div>

0 commit comments

Comments
 (0)