Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div class="banner-jwt">
<canvas></canvas>
<div class="container">
<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>
<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>



Expand Down Expand Up @@ -386,7 +386,7 @@ <h3 class="panel-title">Java</h3>
</div>

<div class="panel-footer">
<code>maven: org.bitbucket.b_c / jose4j / 0.4.0</code>
<code>maven: org.bitbucket.b_c / jose4j / 0.4.2</code>
</div>
</div>
</div>
Expand Down