@@ -96,14 +96,14 @@ <h1 id="debugger">Debugger</h1>
96
96
< div class ="jwt-playground ">
97
97
98
98
< div class ="row ">
99
- < div class =' col-md-12 ' >
100
- < div class =' algorithm ' >
101
- < label class =' algorithm-label ' > Algorithm: </ label >
102
- < label class =' radio-inline ' >
103
- < input type =' radio ' name =' algorithm ' value =' HS256 ' checked > HS256
99
+ < div class =" col-md-12 " >
100
+ < div class =" algorithm " >
101
+ < label class =" algorithm-label " > Algorithm: </ label >
102
+ < label class =" radio-inline " >
103
+ < input type =" radio " name =" algorithm " value =" HS256 " checked > HS256
104
104
</ label >
105
- < label class =' radio-inline ' >
106
- < input type =' radio ' name =' algorithm ' value =' RS256 ' > RS256
105
+ < label class =" radio-inline " >
106
+ < input type =" radio " name =" algorithm " value =" RS256 " > RS256
107
107
</ label >
108
108
</ div >
109
109
</ div >
@@ -120,19 +120,19 @@ <h4>Decoded <small class="pull-right">edit the payload and secret (only HS256 an
120
120
< div class ="jwt-explained jwt-header "> < div class ="js-header "> </ div > </ div >
121
121
< div class ="jwt-explained jwt-payload "> < div class ="js-payload "> </ div > </ div >
122
122
< div class ="jwt-explained jwt-signature ">
123
- < pre class =' HS256 ' >
123
+ < pre class =" HS256 " >
124
124
HMACSHA256(
125
125
base64UrlEncode(header) + "." +
126
126
base64UrlEncode(payload),
127
127
< input type ="text " name ="secret " value ="secret ">
128
128
) < span class ="is-base64-encoded-label "> < input type ="checkbox " name ="is-base64-encoded "> secret base64 encoded</ span >
129
129
</ pre >
130
- < pre class =' RS256 ' >
130
+ < pre class =" RS256 " >
131
131
RSASHA256(
132
132
base64UrlEncode(header) + "." +
133
133
base64UrlEncode(payload),
134
- < textarea rows =4 name =' public-key ' placeholder =' Public Key or Certificate. Enter it in plain text only if you want to verify a token ' > </ textarea > ,
135
- < textarea rows =5 name =' private-key ' placeholder =' Private Key (RSA). Enter the it in plain text only if you want to generate a new token. The key never leaves your browser. ' > </ textarea >
134
+ < textarea rows =4 name =" public-key " placeholder =" Public Key or Certificate. Enter it in plain text only if you want to verify a token " > </ textarea > ,
135
+ < textarea rows =5 name =" private-key " placeholder =" Private Key (RSA). Enter the it in plain text only if you want to generate a new token. The key never leaves your browser. " > </ textarea >
136
136
)
137
137
</ pre >
138
138
</ div >
@@ -197,10 +197,10 @@ <h3 class="panel-title">.NET</h3>
197
197
< div class ="maintainer ">
198
198
< i
199
199
class ="icon-budicon-333 "
200
- data-toggle =' tooltip '
201
- title =' Maintainer: Microsoft ' > </ i >
200
+ data-toggle =" tooltip "
201
+ title =" Maintainer: Microsoft " > </ i >
202
202
203
- < span class =' stars ' data-repo =' AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ' >
203
+ < span class =" stars " data-repo =" AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet " >
204
204
< i class ="icon-budicon-466 "> </ i >
205
205
</ span >
206
206
</ div >
@@ -249,13 +249,13 @@ <h3 class="panel-title">Python</h3>
249
249
</ div >
250
250
< div class ="author-info ">
251
251
252
- < a href =' https://github.com/jpadilla ' >
252
+ < a href =" https://github.com/jpadilla " >
253
253
< i
254
254
class ="icon-budicon-333 "
255
- data-toggle =' tooltip '
256
- title =' Maintainer: José Padilla ' > </ i >
255
+ data-toggle =" tooltip "
256
+ title =" Maintainer: José Padilla " > </ i >
257
257
</ a >
258
- < span class =' stars ' data-repo =' jpadilla/pyjwt ' >
258
+ < span class =" stars " data-repo =" jpadilla/pyjwt " >
259
259
< i class ="icon-budicon-466 "> </ i >
260
260
</ span >
261
261
@@ -310,13 +310,13 @@ <h3 class="panel-title">Node.js</h3>
310
310
311
311
< div class ="maintainer ">
312
312
313
- < a href =' https://github.com/auth0 ' >
313
+ < a href =" https://github.com/auth0 " >
314
314
< i
315
315
class ="icon-budicon-333 "
316
- data-toggle =' tooltip '
317
- title =' Maintainer: Auth0 ' > </ i >
316
+ data-toggle =" tooltip "
317
+ title =" Maintainer: Auth0 " > </ i >
318
318
</ a >
319
- < span class =' stars ' data-repo =' auth0/node-jsonwebtoken ' >
319
+ < span class =" stars " data-repo =" auth0/node-jsonwebtoken " >
320
320
< i class ="icon-budicon-466 "> </ i >
321
321
</ span >
322
322
@@ -371,11 +371,11 @@ <h3 class="panel-title">Java</h3>
371
371
</ div >
372
372
< div class ="author-info ">
373
373
374
- < a href =' https://twitter.com/__b_c ' >
374
+ < a href =" https://twitter.com/__b_c " >
375
375
< i
376
376
class ="icon-budicon-333 "
377
- data-toggle =' tooltip '
378
- title =' Maintainer: __b_c ' > </ i >
377
+ data-toggle =" tooltip "
378
+ title =" Maintainer: __b_c " > </ i >
379
379
</ a >
380
380
381
381
< div class ="repository ">
@@ -430,13 +430,13 @@ <h3 class="panel-title">JavaScript</h3>
430
430
431
431
< div class ="author-info ">
432
432
433
- < a href =' https://github.com/kjur ' >
433
+ < a href =" https://github.com/kjur " >
434
434
< i
435
435
class ="icon-budicon-333 "
436
- data-toggle =' tooltip '
437
- title =' Maintainer: Kenji Urushima ' > </ i >
436
+ data-toggle =" tooltip "
437
+ title =" Maintainer: Kenji Urushima " > </ i >
438
438
</ a >
439
- < span class =' stars ' data-repo =' kjur/jsjws ' >
439
+ < span class =" stars " data-repo =" kjur/jsjws " >
440
440
< i class ="icon-budicon-466 "> </ i >
441
441
</ span >
442
442
@@ -495,13 +495,13 @@ <h3 class="panel-title">PHP</h3>
495
495
496
496
< div class ="author-info ">
497
497
498
- < a href =' https://github.com/firebase ' >
498
+ < a href =" https://github.com/firebase " >
499
499
< i
500
500
class ="icon-budicon-333 "
501
- data-toggle =' tooltip '
502
- title =' Maintainer: Firebase ' > </ i >
501
+ data-toggle =" tooltip "
502
+ title =" Maintainer: Firebase " > </ i >
503
503
</ a >
504
- < span class =' stars ' data-repo =' firebase/php-jwt ' >
504
+ < span class =" stars " data-repo =" firebase/php-jwt " >
505
505
< i class ="icon-budicon-466 "> </ i >
506
506
</ span >
507
507
@@ -562,10 +562,10 @@ <h3 class="panel-title">Ruby</h3>
562
562
563
563
< i
564
564
class ="icon-budicon-333 "
565
- data-toggle =' tooltip '
566
- title =' Maintainer: Jeff Lindsay & Tim Rudat ' > </ i >
565
+ data-toggle =" tooltip "
566
+ title =" Maintainer: Jeff Lindsay & Tim Rudat " > </ i >
567
567
568
- < span class =' stars ' data-repo =' progrium/ruby-jwt ' >
568
+ < span class =" stars " data-repo =" progrium/ruby-jwt " >
569
569
< i class ="icon-budicon-466 "> </ i >
570
570
</ span >
571
571
@@ -620,13 +620,13 @@ <h3 class="panel-title">Go</h3>
620
620
</ div >
621
621
< div class ="author-info ">
622
622
623
- < a href =' https://github.com/dgrijalva ' >
623
+ < a href =" https://github.com/dgrijalva " >
624
624
< i
625
625
class ="icon-budicon-333 "
626
- data-toggle =' tooltip '
627
- title =' Maintainer: dgrijalva ' > </ i >
626
+ data-toggle =" tooltip "
627
+ title =" Maintainer: dgrijalva " > </ i >
628
628
</ a >
629
- < span class =' stars ' data-repo =' dgrijalva/jwt-go ' >
629
+ < span class =" stars " data-repo =" dgrijalva/jwt-go " >
630
630
< i class ="icon-budicon-466 "> </ i >
631
631
</ span >
632
632
@@ -682,13 +682,13 @@ <h3 class="panel-title">Java</h3>
682
682
</ div >
683
683
< div class ="author-info ">
684
684
685
- < a href =' https://github.com/auth0 ' >
685
+ < a href =" https://github.com/auth0 " >
686
686
< i
687
687
class ="icon-budicon-333 "
688
- data-toggle =' tooltip '
689
- title =' Maintainer: Auth0 ' > </ i >
688
+ data-toggle =" tooltip "
689
+ title =" Maintainer: Auth0 " > </ i >
690
690
</ a >
691
- < span class =' stars ' data-repo =' auth0/java-jwt ' >
691
+ < span class =" stars " data-repo =" auth0/java-jwt " >
692
692
< i class ="icon-budicon-466 "> </ i >
693
693
</ span >
694
694
@@ -741,11 +741,11 @@ <h3 class="panel-title">Haskell</h3>
741
741
742
742
< div class ="author-info ">
743
743
744
- < a href =' https://bitbucket.org/ssaasen ' >
744
+ < a href =" https://bitbucket.org/ssaasen " >
745
745
< i
746
746
class ="icon-budicon-333 "
747
- data-toggle =' tooltip '
748
- title =' Maintainer: Stefan Saasen ' > </ i >
747
+ data-toggle =" tooltip "
748
+ title =" Maintainer: Stefan Saasen " > </ i >
749
749
</ a >
750
750
751
751
< div class ="repository ">
@@ -799,13 +799,13 @@ <h3 class="panel-title">Rust</h3>
799
799
</ div >
800
800
< div class ="author-info ">
801
801
802
- < a href =' https://github.com/GildedHonour ' >
802
+ < a href =" https://github.com/GildedHonour " >
803
803
< i
804
804
class ="icon-budicon-333 "
805
- data-toggle =' tooltip '
806
- title =' Maintainer: GildedHonour ' > </ i >
805
+ data-toggle =" tooltip "
806
+ title =" Maintainer: GildedHonour " > </ i >
807
807
</ a >
808
- < span class =' stars ' data-repo =' auth0/java-jwt ' >
808
+ < span class =" stars " data-repo =" auth0/java-jwt " >
809
809
< i class ="icon-budicon-466 "> </ i >
810
810
</ span >
811
811
@@ -859,13 +859,13 @@ <h3 class="panel-title">PHP</h3>
859
859
860
860
< div class ="author-info ">
861
861
862
- < a href =' https://github.com/namshi ' >
862
+ < a href =" https://github.com/namshi " >
863
863
< i
864
864
class ="icon-budicon-333 "
865
- data-toggle =' tooltip '
866
- title =' Maintainer: Namshi ' > </ i >
865
+ data-toggle =" tooltip "
866
+ title =" Maintainer: Namshi " > </ i >
867
867
</ a >
868
- < span class =' stars ' data-repo =' namshi/jose ' >
868
+ < span class =" stars " data-repo =" namshi/jose " >
869
869
< i class ="icon-budicon-466 "> </ i >
870
870
</ span >
871
871
@@ -924,13 +924,13 @@ <h3 class="panel-title">Lua (openresty)</h3>
924
924
</ div >
925
925
< div class ="author-info ">
926
926
927
- < a href =' https://github.com/SkyLothar ' >
927
+ < a href =" https://github.com/SkyLothar " >
928
928
< i
929
929
class ="icon-budicon-333 "
930
- data-toggle =' tooltip '
931
- title =' Maintainer: SkyLothar ' > </ i >
930
+ data-toggle =" tooltip "
931
+ title =" Maintainer: SkyLothar " > </ i >
932
932
</ a >
933
- < span class =' stars ' data-repo =' SkyLothar/lua-resty-jwt ' >
933
+ < span class =" stars " data-repo =" SkyLothar/lua-resty-jwt " >
934
934
< i class ="icon-budicon-466 "> </ i >
935
935
</ span >
936
936
@@ -983,11 +983,11 @@ <h3 class="panel-title">Java</h3>
983
983
</ div >
984
984
< div class ="author-info ">
985
985
986
- < a href =' https://github.com/connect2id ' >
986
+ < a href =" https://github.com/connect2id " >
987
987
< i
988
988
class ="icon-budicon-333 "
989
- data-toggle =' tooltip '
990
- title =' Maintainer: connect2id ' > </ i >
989
+ data-toggle =" tooltip "
990
+ title =" Maintainer: connect2id " > </ i >
991
991
</ a >
992
992
993
993
< div class ="repository ">
@@ -1039,13 +1039,13 @@ <h3 class="panel-title">Scala</h3>
1039
1039
</ div >
1040
1040
< div class ="author-info ">
1041
1041
1042
- < a href =' https://github.com/jasongoodwin ' >
1042
+ < a href =" https://github.com/jasongoodwin " >
1043
1043
< i
1044
1044
class ="icon-budicon-333 "
1045
- data-toggle =' tooltip '
1046
- title =' Maintainer: jasongoodwin ' > </ i >
1045
+ data-toggle =" tooltip "
1046
+ title =" Maintainer: jasongoodwin " > </ i >
1047
1047
</ a >
1048
- < span class =' stars ' data-repo =' jasongoodwin/authentikat-jwt ' >
1048
+ < span class =" stars " data-repo =" jasongoodwin/authentikat-jwt " >
1049
1049
< i class ="icon-budicon-466 "> </ i >
1050
1050
</ span >
1051
1051
0 commit comments