Merlin Beutlberger
|
71c8c8aac0
|
Add 'header' ingredient to JWT Sign operation
Expose the 'header' option of the jsonwebtoken module [1] as an ingredient.
This allows for adding and overwriting JWT header fields such as 'type' or 'kid'.
[1]: https://github.com/auth0/node-jsonwebtoken?tab=readme-ov-file#usage
|
2025-01-04 18:31:24 +01:00 |
|
a3957273
|
99efcb521d
|
Revert "Updated jsonwebtoken dependency to 9+"
|
2024-04-02 18:09:48 +01:00 |
|
Chris White
|
ef5ff5bec6
|
Updated jsonwebtoken dependency to 9+
updated JWTSign operation for backwards compatibility with insecure keys and invalid asym key types
|
2024-03-13 10:26:23 -07:00 |
|
n1474335
|
9fdd55c5c6
|
Tidied up JWT ops
|
2021-02-09 14:14:59 +00:00 |
|
mt3571
|
3e0525ee9e
|
Added in a new file to store the list of JWT algorithms that can be used, as this error was occurring due to a mismatch between what you could sign and what you could verify
|
2020-12-01 13:38:01 +00:00 |
|
n1474335
|
566517d20f
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
|
n1474335
|
be14d56eae
|
Tidied up JWT operations
|
2018-08-31 13:58:06 +00:00 |
|
GCHQ 77703
|
a95f43aa4d
|
Implement tests, fix options argument
|
2018-08-29 22:43:10 +01:00 |
|
GCHQ 77703
|
8559f5c8ea
|
Add JWT Verify, Decode and Sign
|
2018-08-26 23:16:13 +01:00 |
|