Skip to content

Commit ff2e0ce

Browse files
committed
Merge pull request jsonwebtoken#134 from gthb/patch-1
No ECDSA in System.IdentityModel.Tokens.Jwt
2 parents 27d28c0 + 3b2433a commit ff2e0ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

views/libraries/net.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ article.jwt-net.net.accordion(data-accordion)
6060
i.icon-budicon-500
6161
| RS512
6262
p
63-
i.icon-budicon-500
63+
i.icon-budicon-501
6464
| ES256
6565
p
66-
i.icon-budicon-500
66+
i.icon-budicon-501
6767
| ES384
6868
p
69-
i.icon-budicon-500
69+
i.icon-budicon-501
7070
| ES512
7171

7272
.author-info
@@ -83,4 +83,4 @@ article.jwt-net.net.accordion(data-accordion)
8383
code
8484
| Install-Package
8585
br
86-
a(href='https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/') System.IdentityModel.Tokens.Jwt
86+
a(href='https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/') System.IdentityModel.Tokens.Jwt

0 commit comments

Comments
 (0)