Skip to content

Commit 43f35f1

Browse files
authored
Merge pull request jsonwebtoken#524 from DigitalAXPP/master
Adding new PowerShell library for JWT creation.
2 parents 1830049 + c2adc15 commit 43f35f1

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

views/website/libraries/32-PowerShell.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,38 @@
3434
"gitHubRepoPath": "SP3269/posh-jwt",
3535
"repoUrl": "https://github.com/SP3269/posh-jwt",
3636
"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"
3768
}
3869
]
3970
}
40-
71+

0 commit comments

Comments
 (0)