Skip to content

Commit 202ac04

Browse files
committed
Update index.html
update the IETF link to point to RFC 7519 and up the jose4j version to 0.4.2
1 parent 25528b0 commit 202ac04

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)