File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 34
34
"gitHubRepoPath" : " SP3269/posh-jwt" ,
35
35
"repoUrl" : " https://github.com/SP3269/posh-jwt" ,
36
36
"installCommandHtml" : " Install-Module JWT"
37
+ },
38
+ {
39
+ "minimumVersion" : " 6.0.0" ,
40
+ "support" : {
41
+ "sign" : true ,
42
+ "verify" : true ,
43
+ "iss" : false ,
44
+ "sub" : false ,
45
+ "aud" : false ,
46
+ "exp" : false ,
47
+ "nbf" : false ,
48
+ "iat" : false ,
49
+ "jti" : false ,
50
+ "hs256" : true ,
51
+ "hs384" : true ,
52
+ "hs512" : true ,
53
+ "rs256" : true ,
54
+ "rs384" : true ,
55
+ "rs512" : true ,
56
+ "es256" : false ,
57
+ "es384" : false ,
58
+ "es512" : false ,
59
+ "ps256" : false ,
60
+ "ps384" : false ,
61
+ "ps512" : false
62
+ },
63
+ "authorUrl" : " https://github.com/DigitalAXPP" ,
64
+ "authorName" : " Alexander Piepenhagen" ,
65
+ "gitHubRepoPath" : " DigitalAXPP/jwtPS" ,
66
+ "repoUrl" : " https://github.com/DigitalAXPP/jwtPS" ,
67
+ "installCommandHtml" : " Install-Module jwtPS"
37
68
}
38
69
]
39
70
}
40
-
71
+
You can’t perform that action at this time.
0 commit comments