Skip to content

Commit 3b2433a

Browse files
committed
No ECDSA in System.IdentityModel.Tokens.Jwt
ECDSA support has landed on a dev branch in this library's repo, but not yet in any release or prerelease build.
1 parent 27d28c0 commit 3b2433a

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)