21
21
< link rel ="search " type ="application/opensearchdescription+xml " title ="JWT.io " href ="/opensearch.xml " />
22
22
23
23
<!-- Bootstrap core CSS -->
24
-
24
+
25
25
< link href ="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css " rel ="stylesheet ">
26
26
27
27
<!-- Just for debugging purposes. Don't actually copy this line! -->
36
36
37
37
< body data-spy ="scroll " data-target =".navbar-default ">
38
38
39
-
39
+
40
40
<!-- Fixed navbar -->
41
41
< nav class ="navbar navbar-default navbar-fixed-top " role ="navigation ">
42
42
< div class ="container ">
48
48
< span class ="icon-bar "> </ span >
49
49
< span class ="icon-bar "> </ span >
50
50
</ button >
51
- < a class ="navbar-brand " href ="# "> < img src ="http ://cdn.auth0.com/jwt/logo.png " style ="width: 28px;margin-right: 10px;margin-top: -4px; "> JSON Web Token</ a >
51
+ < a class ="navbar-brand " href ="# "> < img src ="https ://cdn.auth0.com/jwt/logo.png " style ="width: 28px;margin-right: 10px;margin-top: -4px; "> JSON Web Token</ a >
52
52
</ div >
53
53
54
54
<!-- Collect the nav links, forms, and other content for toggling -->
79
79
< div class ="container ">
80
80
< 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
81
82
-
82
+
83
83
84
84
</ div >
85
85
</ div >
86
86
87
87
88
88
< div class ="container ">
89
-
90
89
91
-
90
+
91
+
92
92
93
93
< div class ="page-header ">
94
94
< a name ="debugger "> </ a >
95
95
< h1 id ="debugger "> Debugger</ h1 >
96
96
</ div >
97
-
97
+
98
98
< div class ="jwt-playground ">
99
-
99
+
100
100
< div class ="row ">
101
101
< div class ="col-md-6 ">
102
102
< h4 > Encoded < small class ="pull-right "> paste a token here</ small > </ h4 >
@@ -130,7 +130,7 @@ <h4>Decoded <small class="pull-right">edit the payload and secret (only HS256 su
130
130
131
131
132
132
< div class ="bg-grey ">
133
-
133
+
134
134
< div class ="container ">
135
135
< div class ="page-header ">
136
136
< a name ="libraries "> </ a >
@@ -166,13 +166,13 @@ <h3 class="panel-title">.NET</h3>
166
166
</ div >
167
167
< div class ="author-info ">
168
168
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: Microsoft</ div >
169
-
169
+
170
170
< div class ="repository "> < i class ="fa fa-github "> </ i > < a href ="https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet "> View Repo</ a > </ div >
171
171
</ div >
172
172
<!-- <div><i class="fa fa-code"></i>Usage: <a href="#">Sign</a> · <a href="#">Verify</a></div> -->
173
173
</ div >
174
174
< div class ="panel-footer ">
175
- < code > Install-Package < a href ="https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/ "> System.IdentityModel.Tokens.Jwt</ a > </ code >
175
+ < code > Install-Package < a href ="https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/ "> System.IdentityModel.Tokens.Jwt</ a > </ code >
176
176
</ div >
177
177
</ div >
178
178
</ div >
@@ -217,7 +217,7 @@ <h3 class="panel-title">Python</h3>
217
217
< div class ="panel-footer ">
218
218
< code > pip install pyjwt</ code >
219
219
</ div >
220
-
220
+
221
221
</ div >
222
222
</ div >
223
223
< div class ="col-md-4 ">
@@ -274,7 +274,7 @@ <h3 class="panel-title">Java</h3>
274
274
</ div >
275
275
< div class ="panel-body library ">
276
276
< div class ="row ">
277
-
277
+
278
278
< div class ="col-md-6 ">
279
279
< div > < i class ="icon-budicon-501 "> </ i > Sign</ div >
280
280
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -303,10 +303,10 @@ <h3 class="panel-title">Java</h3>
303
303
< div class ="repository ">
304
304
< i class ="fa fa-github "> </ i > < a href ="https://github.com/auth0/java-jwt "> View Repo</ a >
305
305
</ div >
306
-
306
+
307
307
</ div >
308
308
</ div >
309
-
309
+
310
310
< div class ="panel-footer ">
311
311
< code > maven: com.auth0 / java-jwt / 0.4</ code >
312
312
</ div >
@@ -319,7 +319,7 @@ <h3 class="panel-title">PHP</h3>
319
319
</ div >
320
320
< div class ="panel-body library ">
321
321
< div class ="row ">
322
-
322
+
323
323
< div class ="col-md-6 ">
324
324
< div > < i class ="icon-budicon-500 "> </ i > Sign</ div >
325
325
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -343,7 +343,7 @@ <h3 class="panel-title">PHP</h3>
343
343
</ div >
344
344
345
345
< div class ="author-info ">
346
-
346
+
347
347
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: < a href ="https://github.com/firebase "> Firebase</ a > </ div >
348
348
349
349
< div class ="repository ">
@@ -353,7 +353,7 @@ <h3 class="panel-title">PHP</h3>
353
353
</ div >
354
354
355
355
</ div >
356
-
356
+
357
357
< div class ="panel-footer ">
358
358
< div >
359
359
< code > php composer require firebase/php-jwt</ code >
@@ -369,7 +369,7 @@ <h3 class="panel-title">Ruby</h3>
369
369
</ div >
370
370
< div class ="panel-body library ">
371
371
< div class ="row ">
372
-
372
+
373
373
< div class ="col-md-6 ">
374
374
< div > < i class ="icon-budicon-500 "> </ i > Sign</ div >
375
375
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -393,14 +393,14 @@ <h3 class="panel-title">Ruby</h3>
393
393
394
394
< div class ="author-info ">
395
395
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: < a href ="https://github.com/progrium "> Jeff Lindsay</ a > </ div >
396
-
396
+
397
397
398
398
< div class ="repository ">
399
399
< i class ="fa fa-github "> </ i > < a href ="https://github.com/progrium/ruby-jwt "> View Repo</ a >
400
400
</ div >
401
401
402
402
</ div >
403
-
403
+
404
404
< div class ="panel-footer ">
405
405
< div >
406
406
< code > gem install jwt</ code >
@@ -421,7 +421,7 @@ <h3 class="panel-title">Go</h3>
421
421
</ div >
422
422
< div class ="panel-body library ">
423
423
< div class ="row ">
424
-
424
+
425
425
< div class ="col-md-6 ">
426
426
< div > < i class ="icon-budicon-500 "> </ i > Sign</ div >
427
427
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -446,7 +446,7 @@ <h3 class="panel-title">Go</h3>
446
446
447
447
448
448
< div class ="author-info ">
449
-
449
+
450
450
451
451
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: < a href ="https://github.com/dgrijalva "> dgrijalva</ a > </ div >
452
452
@@ -458,7 +458,7 @@ <h3 class="panel-title">Go</h3>
458
458
459
459
460
460
</ div >
461
-
461
+
462
462
< div class ="panel-footer ">
463
463
< div >
464
464
< code > go get github.com/dgrijalva/jwt-go</ code >
@@ -475,7 +475,7 @@ <h3 class="panel-title">JavaScript</h3>
475
475
< div class ="panel-body library ">
476
476
477
477
< div class ="row ">
478
-
478
+
479
479
< div class ="col-md-6 ">
480
480
< div > < i class ="icon-budicon-500 "> </ i > Sign</ div >
481
481
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -499,22 +499,22 @@ <h3 class="panel-title">JavaScript</h3>
499
499
</ div >
500
500
501
501
< div class ="author-info ">
502
-
502
+
503
503
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: < a href ="https://github.com/kjur "> Kenji Urushima</ a > </ div >
504
504
505
- < div class ="repository ">
505
+ < div class ="repository ">
506
506
< i class ="fa fa-github "> </ i > < a href ="https://github.com/kjur/jsjws "> View Repo</ a >
507
507
</ div >
508
508
509
509
</ div >
510
510
511
511
</ div >
512
-
512
+
513
513
< div class ="panel-footer ">
514
514
< div >
515
515
< code > bower install jsjws</ code >
516
516
</ div >
517
-
517
+
518
518
</ div >
519
519
</ div >
520
520
</ div >
@@ -526,7 +526,7 @@ <h3 class="panel-title">Haskell</h3>
526
526
</ div >
527
527
< div class ="panel-body library ">
528
528
< div class ="row ">
529
-
529
+
530
530
< div class ="col-md-6 ">
531
531
< div > < i class ="icon-budicon-500 "> </ i > Sign</ div >
532
532
< div > < i class ="icon-budicon-500 "> </ i > Verify</ div >
@@ -550,7 +550,7 @@ <h3 class="panel-title">Haskell</h3>
550
550
</ div >
551
551
552
552
< div class ="author-info ">
553
-
553
+
554
554
< div class ="maintainer "> < i class ="icon-budicon-333 "> </ i > Maintainer: < a href ="https://bitbucket.org/ssaasen "> Stefan Saasen</ a > </ div >
555
555
556
556
< div class ="repository ">
@@ -563,7 +563,7 @@ <h3 class="panel-title">Haskell</h3>
563
563
< div >
564
564
< code > cabal install jwt</ code >
565
565
</ div >
566
-
566
+
567
567
</ div >
568
568
</ div >
569
569
</ div >
@@ -574,8 +574,8 @@ <h3 class="panel-title">Haskell</h3>
574
574
</ div >
575
575
576
576
< div class ="banner ">
577
- < img src ="http ://cdn.auth0.com/jwt/logo-auth0.png " />
578
-
577
+ < img src ="https ://cdn.auth0.com/jwt/logo-auth0.png " />
578
+
579
579
< p > JWT.io is brought to you by < a href ="https://auth0.com "> Auth0</ a > </ p >
580
580
< p > A cloud service, APIs and tools that eliminate the friction of identity for your applications and APIs.</ p >
581
581
< p > < a href ="https://auth0.com " target ="_blank " class ="btn btn-success btn-lg "> Learn More</ a > </ p >
@@ -590,7 +590,7 @@ <h3 class="panel-title">Haskell</h3>
590
590
Missing something? < a href ="https://github.com/jsonwebtoken/jsonwebtoken.github.io/edit/master/html/index.html "> Send a Pull Request</ a >
591
591
</ div >
592
592
593
- Made with < span class ="fa fa-heart "> </ span > by < a href ="https://auth0.com "> Auth0</ a >
593
+ Made with < span class ="fa fa-heart "> </ span > by < a href ="https://auth0.com "> Auth0</ a >
594
594
595
595
596
596
</ p >
0 commit comments