Skip to content

Commit 22b12ea

Browse files
committed
Link to modern JWT draft
`draft-jones-json-web-token` is a two-year old version of the draft.
1 parent 2c121af commit 22b12ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="page-header">
6666
<h1>What is it?</h1>
6767
</div>
68-
<p class="lead">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 digitally signed using JSON Web Signature (JWS). - <a href="http://tools.ietf.org/html/draft-jones-json-web-token">IETF</a>.</p>
68+
<p class="lead">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 digitally signed using JSON Web Signature (JWS). - <a href="http://tools.ietf.org/html/draft-ietf-oauth-json-web-token">IETF</a>.</p>
6969
<div class="page-header">
7070
<a name="debugger"></a>
7171
<h1 id="debugger">Debugger</h1>

0 commit comments

Comments
 (0)