File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 "support" : {
1010 "sign" : true ,
1111 "verify" : true ,
12- "iss" : false ,
13- "sub" : false ,
12+ "iss" : true ,
13+ "sub" : true ,
1414 "aud" : true ,
1515 "exp" : true ,
1616 "nbf" : true ,
2525 "es256" : true ,
2626 "es384" : true ,
2727 "es512" : true ,
28- "ps256" : false ,
29- "ps384" : false ,
30- "ps512" : false ,
28+ "ps256" : true ,
29+ "ps384" : true ,
30+ "ps512" : true ,
3131 "eddsa" : true
3232 },
3333 "authorUrl" : " https://github.com/golang-jwt" ,
3434 "authorName" : " golang-jwt" ,
3535 "gitHubRepoPath" : " golang-jwt/jwt" ,
3636 "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>"
3838 },
3939 {
4040 "minimumVersion" : null ,
You can’t perform that action at this time.
0 commit comments