Skip to content

Commit deb1cc5

Browse files
authored
Update 0-.NET.json
1 parent a6a3a75 commit deb1cc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

views/website/libraries/0-.NET.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,19 @@
130130
"support": {
131131
"sign": true,
132132
"verify": true,
133-
"iss": false,
134-
"sub": false,
135-
"aud": false,
133+
"iss": true,
134+
"sub": true,
135+
"aud": true,
136136
"exp": true,
137137
"nbf": true,
138-
"iat": false,
138+
"iat": true,
139139
"jti": false,
140140
"hs256": true,
141141
"hs384": true,
142142
"hs512": true,
143143
"rs256": true,
144-
"rs384": false,
145-
"rs512": false,
144+
"rs384": true,
145+
"rs512": true,
146146
"es256": false,
147147
"es384": false,
148148
"es512": false,
@@ -151,7 +151,7 @@
151151
"ps512": false
152152
},
153153
"authorUrl": "https://github.com/jwt-dotnet/jwt",
154-
"authorName": "Alexander Batishchev, John Sheehan, Michael Lehenbauer",
154+
"authorName": "Alexander Batishchev",
155155
"gitHubRepoPath": "jwt-dotnet/jwt",
156156
"repoUrl": "https://github.com/jwt-dotnet/jwt",
157157
"installCommandHtml": "Install-Package<br><a href=\"https://www.nuget.org/packages/JWT\">JWT</a>"

0 commit comments

Comments
 (0)