File tree Expand file tree Collapse file tree 3 files changed +46
-10
lines changed Expand file tree Collapse file tree 3 files changed +46
-10
lines changed Original file line number Diff line number Diff line change 579
579
textarea
580
580
width 100%
581
581
max-width 266px
582
- resize none
582
+ resize none
583
583
input [type = "checkbox" ]
584
584
margin-right 5px
585
585
position relative
612
612
.debugger-footer
613
613
font-size 30px
614
614
.website-validation
615
- padding-left 0
615
+ padding-left 0
616
616
.website-share
617
617
padding-right 0
618
618
button
621
621
color white ;
622
622
font-weight 400 ;
623
623
border-color #00 b9 f1 ;
624
-
624
+
625
625
626
626
627
627
// libraries-jwt
@@ -1171,3 +1171,23 @@ footer
1171
1171
1172
1172
& :hover
1173
1173
opacity .7
1174
+
1175
+ .icon-unknown {
1176
+ display : inline-block ;
1177
+ width : 19px ;
1178
+ height : 19px ;
1179
+ margin-top : - 2px ;
1180
+ border : 1px solid #0 0 0 ;
1181
+ border-radius : 50% ;
1182
+ text-align : center ;
1183
+ line-height : 13px ;
1184
+ font-style : normal ;
1185
+ }
1186
+ .icon-unknown ::after {
1187
+ content : '?' ;
1188
+ font-size : 14px ;
1189
+ line-height : 1 ;
1190
+ padding : 0 ;
1191
+ margin : 0 ;
1192
+ display : inline ;
1193
+ }
Original file line number Diff line number Diff line change 24
24
"rs512" : true ,
25
25
"es256" : true ,
26
26
"es384" : true ,
27
- "es512" : true
27
+ "es512" : true ,
28
+ "ps256" : true ,
29
+ "ps384" : false
28
30
},
29
31
"authorUrl" : " https://www.microsoft.com" ,
30
32
"authorName" : " Microsoft" ,
31
- "gitHubRepoPath" : " AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet" ,
32
- "repoUrl" : " https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet" ,
33
- "installCommandHtml" : " Install-Package<br><a href=\" https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\" >System.IdentityModel.Tokens.Jwt</a>"
33
+ "gitHubRepoPath" :
34
+ " AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet" ,
35
+ "repoUrl" :
36
+ " https://github.com/MSOpenTech/azure-activedirectory-identitymodel-extensions-for-dotnet" ,
37
+ "installCommandHtml" :
38
+ " Install-Package<br><a href=\" https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/\" >System.IdentityModel.Tokens.Jwt</a>"
34
39
},
35
40
{
36
41
"minimumVersion" : null ,
58
63
"authorName" : " DV" ,
59
64
"gitHubRepoPath" : " dvsekhvalnov/jose-jwt" ,
60
65
"repoUrl" : " https://github.com/dvsekhvalnov/jose-jwt" ,
61
- "installCommandHtml" : " Install-Package<br><a href=\" http://www.nuget.org/packages/jose-jwt/\" >jose-jwt</a>"
66
+ "installCommandHtml" :
67
+ " Install-Package<br><a href=\" http://www.nuget.org/packages/jose-jwt/\" >jose-jwt</a>"
62
68
},
63
69
{
64
70
"minimumVersion" : null ,
86
92
"authorName" : " DV" ,
87
93
"gitHubRepoPath" : " dvsekhvalnov/jose-rt" ,
88
94
"repoUrl" : " https://github.com/dvsekhvalnov/jose-rt" ,
89
- "installCommandHtml" : " Install-Package<br><a href=\" http://www.nuget.org/packages/jose-rt/\" >jose-rt</a>"
95
+ "installCommandHtml" :
96
+ " Install-Package<br><a href=\" http://www.nuget.org/packages/jose-rt/\" >jose-rt</a>"
90
97
}
91
98
]
92
- }
99
+ }
Original file line number Diff line number Diff line change @@ -72,6 +72,15 @@ article(data-accordion, class=`accordion ${lang.uniqueClass}`)
72
72
p
73
73
i( class =lib .support .es512 ? ' icon-budicon-500' : 'icon-budicon-501' )
74
74
| ES512
75
+ p
76
+ i( class =lib .support .ps256 ? ' icon-budicon-500' : (lib .support .ps256 !== undefined ? ' icon-budicon-501' : ' icon-unknown' ))
77
+ | PS256
78
+ p
79
+ i( class =lib .support .ps384 ? ' icon-budicon-500' : (lib .support .ps384 !== undefined ? ' icon-budicon-501' : ' icon-unknown' ))
80
+ | PS384
81
+ p
82
+ i( class =lib .support .ps512 ? ' icon-budicon-500' : (lib .support .ps512 !== undefined ? ' icon-budicon-501' : ' icon-unknown' ))
83
+ | PS512
75
84
76
85
.author-info
77
86
.maintainer
You can’t perform that action at this time.
0 commit comments