File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
"support" : {
10
10
"sign" : true ,
11
11
"verify" : true ,
12
- "iss" : false ,
13
- "sub" : false ,
12
+ "iss" : true ,
13
+ "sub" : true ,
14
14
"aud" : true ,
15
15
"exp" : true ,
16
16
"nbf" : true ,
25
25
"es256" : true ,
26
26
"es384" : true ,
27
27
"es512" : true ,
28
- "ps256" : false ,
29
- "ps384" : false ,
30
- "ps512" : false ,
28
+ "ps256" : true ,
29
+ "ps384" : true ,
30
+ "ps512" : true ,
31
31
"eddsa" : true
32
32
},
33
33
"authorUrl" : " https://github.com/golang-jwt" ,
34
34
"authorName" : " golang-jwt" ,
35
35
"gitHubRepoPath" : " golang-jwt/jwt" ,
36
36
"repoUrl" : " https://github.com/golang-jwt/jwt" ,
37
- "installCommandHtml" : " go get <a href=\" https://pkg.go.dev/github.com/golang-jwt/jwt/v4 \" >github.com/golang-jwt/jwt/v4 </a>"
37
+ "installCommandHtml" : " go get <a href=\" https://pkg.go.dev/github.com/golang-jwt/jwt/v5 \" >github.com/golang-jwt/jwt/v5 </a>"
38
38
},
39
39
{
40
40
"minimumVersion" : null ,
You can’t perform that action at this time.
0 commit comments