File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 130
130
"support" : {
131
131
"sign" : true ,
132
132
"verify" : true ,
133
- "iss" : false ,
134
- "sub" : false ,
135
- "aud" : false ,
133
+ "iss" : true ,
134
+ "sub" : true ,
135
+ "aud" : true ,
136
136
"exp" : true ,
137
137
"nbf" : true ,
138
- "iat" : false ,
138
+ "iat" : true ,
139
139
"jti" : false ,
140
140
"hs256" : true ,
141
141
"hs384" : true ,
142
142
"hs512" : true ,
143
143
"rs256" : true ,
144
- "rs384" : false ,
145
- "rs512" : false ,
144
+ "rs384" : true ,
145
+ "rs512" : true ,
146
146
"es256" : false ,
147
147
"es384" : false ,
148
148
"es512" : false ,
151
151
"ps512" : false
152
152
},
153
153
"authorUrl" : " https://github.com/jwt-dotnet/jwt" ,
154
- "authorName" : " Alexander Batishchev, John Sheehan, Michael Lehenbauer " ,
154
+ "authorName" : " Alexander Batishchev" ,
155
155
"gitHubRepoPath" : " jwt-dotnet/jwt" ,
156
156
"repoUrl" : " https://github.com/jwt-dotnet/jwt" ,
157
157
"installCommandHtml" : " Install-Package<br><a href=\" https://www.nuget.org/packages/JWT\" >JWT</a>"
You can’t perform that action at this time.
0 commit comments