You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
<divclass="page-header">
66
66
<h1>What is it?</h1>
67
67
</div>
68
-
<pclass="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). - <ahref="http://tools.ietf.org/html/draft-jones-json-web-token">IETF</a>.</p>
68
+
<pclass="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). - <ahref="http://tools.ietf.org/html/draft-ietf-oauth-json-web-token">IETF</a>.</p>
0 commit comments