@@ -96,14 +96,14 @@ <h1 id="debugger">Debugger</h1>
9696 < div class ="jwt-playground ">
9797
9898 < 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
104104 </ 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
107107 </ label >
108108 </ div >
109109 </ div >
@@ -120,19 +120,19 @@ <h4>Decoded <small class="pull-right">edit the payload and secret (only HS256 an
120120 < div class ="jwt-explained jwt-header "> < div class ="js-header "> </ div > </ div >
121121 < div class ="jwt-explained jwt-payload "> < div class ="js-payload "> </ div > </ div >
122122 < div class ="jwt-explained jwt-signature ">
123- < pre class =' HS256 ' >
123+ < pre class =" HS256 " >
124124 HMACSHA256(
125125 base64UrlEncode(header) + "." +
126126 base64UrlEncode(payload),
127127 < input type ="text " name ="secret " value ="secret ">
128128 ) < span class ="is-base64-encoded-label "> < input type ="checkbox " name ="is-base64-encoded "> secret base64 encoded</ span >
129129 </ pre >
130- < pre class =' RS256 ' >
130+ < pre class =" RS256 " >
131131 RSASHA256(
132132 base64UrlEncode(header) + "." +
133133 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 >
136136 )
137137 </ pre >
138138 </ div >
@@ -197,10 +197,10 @@ <h3 class="panel-title">.NET</h3>
197197 < div class ="maintainer ">
198198 < i
199199 class ="icon-budicon-333 "
200- data-toggle =' tooltip '
201- title =' Maintainer: Microsoft ' > </ i >
200+ data-toggle =" tooltip "
201+ title =" Maintainer: Microsoft " > </ i >
202202
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 " >
204204 < i class ="icon-budicon-466 "> </ i >
205205 </ span >
206206 </ div >
@@ -249,13 +249,13 @@ <h3 class="panel-title">Python</h3>
249249 </ div >
250250 < div class ="author-info ">
251251
252- < a href =' https://github.com/jpadilla ' >
252+ < a href =" https://github.com/jpadilla " >
253253 < i
254254 class ="icon-budicon-333 "
255- data-toggle =' tooltip '
256- title =' Maintainer: José Padilla ' > </ i >
255+ data-toggle =" tooltip "
256+ title =" Maintainer: José Padilla " > </ i >
257257 </ a >
258- < span class =' stars ' data-repo =' jpadilla/pyjwt ' >
258+ < span class =" stars " data-repo =" jpadilla/pyjwt " >
259259 < i class ="icon-budicon-466 "> </ i >
260260 </ span >
261261
@@ -310,13 +310,13 @@ <h3 class="panel-title">Node.js</h3>
310310
311311 < div class ="maintainer ">
312312
313- < a href =' https://github.com/auth0 ' >
313+ < a href =" https://github.com/auth0 " >
314314 < i
315315 class ="icon-budicon-333 "
316- data-toggle =' tooltip '
317- title =' Maintainer: Auth0 ' > </ i >
316+ data-toggle =" tooltip "
317+ title =" Maintainer: Auth0 " > </ i >
318318 </ a >
319- < span class =' stars ' data-repo =' auth0/node-jsonwebtoken ' >
319+ < span class =" stars " data-repo =" auth0/node-jsonwebtoken " >
320320 < i class ="icon-budicon-466 "> </ i >
321321 </ span >
322322
@@ -371,11 +371,11 @@ <h3 class="panel-title">Java</h3>
371371 </ div >
372372 < div class ="author-info ">
373373
374- < a href =' https://twitter.com/__b_c ' >
374+ < a href =" https://twitter.com/__b_c " >
375375 < i
376376 class ="icon-budicon-333 "
377- data-toggle =' tooltip '
378- title =' Maintainer: __b_c ' > </ i >
377+ data-toggle =" tooltip "
378+ title =" Maintainer: __b_c " > </ i >
379379 </ a >
380380
381381 < div class ="repository ">
@@ -430,13 +430,13 @@ <h3 class="panel-title">JavaScript</h3>
430430
431431 < div class ="author-info ">
432432
433- < a href =' https://github.com/kjur ' >
433+ < a href =" https://github.com/kjur " >
434434 < i
435435 class ="icon-budicon-333 "
436- data-toggle =' tooltip '
437- title =' Maintainer: Kenji Urushima ' > </ i >
436+ data-toggle =" tooltip "
437+ title =" Maintainer: Kenji Urushima " > </ i >
438438 </ a >
439- < span class =' stars ' data-repo =' kjur/jsjws ' >
439+ < span class =" stars " data-repo =" kjur/jsjws " >
440440 < i class ="icon-budicon-466 "> </ i >
441441 </ span >
442442
@@ -495,13 +495,13 @@ <h3 class="panel-title">PHP</h3>
495495
496496 < div class ="author-info ">
497497
498- < a href =' https://github.com/firebase ' >
498+ < a href =" https://github.com/firebase " >
499499 < i
500500 class ="icon-budicon-333 "
501- data-toggle =' tooltip '
502- title =' Maintainer: Firebase ' > </ i >
501+ data-toggle =" tooltip "
502+ title =" Maintainer: Firebase " > </ i >
503503 </ a >
504- < span class =' stars ' data-repo =' firebase/php-jwt ' >
504+ < span class =" stars " data-repo =" firebase/php-jwt " >
505505 < i class ="icon-budicon-466 "> </ i >
506506 </ span >
507507
@@ -562,10 +562,10 @@ <h3 class="panel-title">Ruby</h3>
562562
563563 < i
564564 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 >
567567
568- < span class =' stars ' data-repo =' progrium/ruby-jwt ' >
568+ < span class =" stars " data-repo =" progrium/ruby-jwt " >
569569 < i class ="icon-budicon-466 "> </ i >
570570 </ span >
571571
@@ -620,13 +620,13 @@ <h3 class="panel-title">Go</h3>
620620 </ div >
621621 < div class ="author-info ">
622622
623- < a href =' https://github.com/dgrijalva ' >
623+ < a href =" https://github.com/dgrijalva " >
624624 < i
625625 class ="icon-budicon-333 "
626- data-toggle =' tooltip '
627- title =' Maintainer: dgrijalva ' > </ i >
626+ data-toggle =" tooltip "
627+ title =" Maintainer: dgrijalva " > </ i >
628628 </ a >
629- < span class =' stars ' data-repo =' dgrijalva/jwt-go ' >
629+ < span class =" stars " data-repo =" dgrijalva/jwt-go " >
630630 < i class ="icon-budicon-466 "> </ i >
631631 </ span >
632632
@@ -682,13 +682,13 @@ <h3 class="panel-title">Java</h3>
682682 </ div >
683683 < div class ="author-info ">
684684
685- < a href =' https://github.com/auth0 ' >
685+ < a href =" https://github.com/auth0 " >
686686 < i
687687 class ="icon-budicon-333 "
688- data-toggle =' tooltip '
689- title =' Maintainer: Auth0 ' > </ i >
688+ data-toggle =" tooltip "
689+ title =" Maintainer: Auth0 " > </ i >
690690 </ a >
691- < span class =' stars ' data-repo =' auth0/java-jwt ' >
691+ < span class =" stars " data-repo =" auth0/java-jwt " >
692692 < i class ="icon-budicon-466 "> </ i >
693693 </ span >
694694
@@ -741,11 +741,11 @@ <h3 class="panel-title">Haskell</h3>
741741
742742 < div class ="author-info ">
743743
744- < a href =' https://bitbucket.org/ssaasen ' >
744+ < a href =" https://bitbucket.org/ssaasen " >
745745 < i
746746 class ="icon-budicon-333 "
747- data-toggle =' tooltip '
748- title =' Maintainer: Stefan Saasen ' > </ i >
747+ data-toggle =" tooltip "
748+ title =" Maintainer: Stefan Saasen " > </ i >
749749 </ a >
750750
751751 < div class ="repository ">
@@ -799,13 +799,13 @@ <h3 class="panel-title">Rust</h3>
799799 </ div >
800800 < div class ="author-info ">
801801
802- < a href =' https://github.com/GildedHonour ' >
802+ < a href =" https://github.com/GildedHonour " >
803803 < i
804804 class ="icon-budicon-333 "
805- data-toggle =' tooltip '
806- title =' Maintainer: GildedHonour ' > </ i >
805+ data-toggle =" tooltip "
806+ title =" Maintainer: GildedHonour " > </ i >
807807 </ a >
808- < span class =' stars ' data-repo =' auth0/java-jwt ' >
808+ < span class =" stars " data-repo =" auth0/java-jwt " >
809809 < i class ="icon-budicon-466 "> </ i >
810810 </ span >
811811
@@ -859,13 +859,13 @@ <h3 class="panel-title">PHP</h3>
859859
860860 < div class ="author-info ">
861861
862- < a href =' https://github.com/namshi ' >
862+ < a href =" https://github.com/namshi " >
863863 < i
864864 class ="icon-budicon-333 "
865- data-toggle =' tooltip '
866- title =' Maintainer: Namshi ' > </ i >
865+ data-toggle =" tooltip "
866+ title =" Maintainer: Namshi " > </ i >
867867 </ a >
868- < span class =' stars ' data-repo =' namshi/jose ' >
868+ < span class =" stars " data-repo =" namshi/jose " >
869869 < i class ="icon-budicon-466 "> </ i >
870870 </ span >
871871
@@ -924,13 +924,13 @@ <h3 class="panel-title">Lua (openresty)</h3>
924924 </ div >
925925 < div class ="author-info ">
926926
927- < a href =' https://github.com/SkyLothar ' >
927+ < a href =" https://github.com/SkyLothar " >
928928 < i
929929 class ="icon-budicon-333 "
930- data-toggle =' tooltip '
931- title =' Maintainer: SkyLothar ' > </ i >
930+ data-toggle =" tooltip "
931+ title =" Maintainer: SkyLothar " > </ i >
932932 </ a >
933- < span class =' stars ' data-repo =' SkyLothar/lua-resty-jwt ' >
933+ < span class =" stars " data-repo =" SkyLothar/lua-resty-jwt " >
934934 < i class ="icon-budicon-466 "> </ i >
935935 </ span >
936936
@@ -983,11 +983,11 @@ <h3 class="panel-title">Java</h3>
983983 </ div >
984984 < div class ="author-info ">
985985
986- < a href =' https://github.com/connect2id ' >
986+ < a href =" https://github.com/connect2id " >
987987 < i
988988 class ="icon-budicon-333 "
989- data-toggle =' tooltip '
990- title =' Maintainer: connect2id ' > </ i >
989+ data-toggle =" tooltip "
990+ title =" Maintainer: connect2id " > </ i >
991991 </ a >
992992
993993 < div class ="repository ">
@@ -1039,13 +1039,13 @@ <h3 class="panel-title">Scala</h3>
10391039 </ div >
10401040 < div class ="author-info ">
10411041
1042- < a href =' https://github.com/jasongoodwin ' >
1042+ < a href =" https://github.com/jasongoodwin " >
10431043 < i
10441044 class ="icon-budicon-333 "
1045- data-toggle =' tooltip '
1046- title =' Maintainer: jasongoodwin ' > </ i >
1045+ data-toggle =" tooltip "
1046+ title =" Maintainer: jasongoodwin " > </ i >
10471047 </ a >
1048- < span class =' stars ' data-repo =' jasongoodwin/authentikat-jwt ' >
1048+ < span class =" stars " data-repo =" jasongoodwin/authentikat-jwt " >
10491049 < i class ="icon-budicon-466 "> </ i >
10501050 </ span >
10511051
0 commit comments