b16cc23654
2.2.7
v2.2.7
2023-11-11 19:19:00 +01:00
0f347c77e1
update npmignore
2023-11-11 19:18:48 +01:00
39e2770ab3
2.2.6
v2.2.6
2023-11-11 16:47:03 +01:00
78ef16e356
update tests
2023-11-11 16:44:42 +01:00
c4559460fb
update action to latest node version for building
2023-10-11 21:07:51 +02:00
7027999975
2.2.5
v2.2.5
2023-10-02 23:41:42 +02:00
166b074782
add .editorconfig
2023-10-02 23:41:30 +02:00
decbd238e9
2.2.4
v2.2.4
2023-10-02 23:37:16 +02:00
894ac2c9f5
update dependencies
2023-10-02 23:37:01 +02:00
1394e4e33d
2.2.3
v2.2.3
2023-10-02 23:19:51 +02:00
47028970b4
update readme
2023-10-02 23:18:05 +02:00
6ac43d493d
add skipValidation option for verify
2023-10-02 23:10:45 +02:00
cc66bd9c47
add .editorconfig
2023-10-02 23:10:20 +02:00
a8f95f1c6d
2.2.2
v2.2.2
2023-08-25 16:01:57 +02:00
Tom Lokhorst
b2886c0778
Allow array in Audience
2023-08-25 16:00:30 +02:00
76b7fcef27
2.2.1
v2.2.1
2023-02-02 16:13:50 +01:00
3b5d8bcde8
hotfix
2023-02-02 16:13:28 +01:00
e22c509852
2.2.0
v2.2.0
2023-02-02 15:48:08 +01:00
7ed375e876
audit fix
2023-02-02 15:46:10 +01:00
de658122b9
clean up
2023-02-02 15:46:10 +01:00
Michael Cereda
10dcf2f01b
Support JWK format
2023-02-02 15:46:10 +01:00
1de6acbfff
2.1.4
v2.1.4
2022-12-14 14:42:51 +01:00
b002db4547
option to set iat
2022-12-14 14:42:23 +01:00
1bdbd0a5c5
2.1.3
v2.1.3
2022-11-25 00:34:50 +01:00
883ec55b73
ocd
2022-11-25 00:32:26 +01:00
Can Rau
c515fb76e6
docs: don't install as dev dependency (I think?)
...
Think the installation command shouldn't use `-D` as it's used in the production code right, so installing as dev dep would be confusing, right?
Please correct me if I'm wrong 🙏
Also thanks a lot for this package, was just using for a way to sign and verify JWT in Pages ❤️
2022-11-25 00:07:00 +01:00
ec41207832
2.1.2
v2.1.2
2022-10-09 20:56:50 +02:00
e64e89f325
fix typo
2022-10-09 20:56:35 +02:00
fb573d928a
2.1.1
v2.1.1
2022-10-09 20:48:01 +02:00
382ad66ea9
Revert "support for base64 secrets"
...
This reverts commit 67f1a8e5ed .
2022-10-09 20:47:29 +02:00
ffc1e87b32
2.1.0
v2.1.0
2022-10-03 01:58:51 +02:00
decfa65391
clean up
2022-10-03 01:57:59 +02:00
badoge
67f1a8e5ed
support for base64 secrets
2022-10-03 01:54:28 +02:00
fe1baf46b4
2.0.1
v2.0.1
2022-07-08 15:07:00 +02:00
81f9eafd86
export types
2022-07-08 15:06:17 +02:00
747931ba69
2.0.0
v2.0.0
2022-06-28 22:13:42 +02:00
261069d5cb
fix workflow
2022-06-28 22:12:09 +02:00
7466a881a0
2.0.0-pre.0
2022-06-26 17:42:13 +02:00
81dde823d3
optimizations
2022-06-26 17:03:02 +02:00
210b733591
clean up
2022-06-26 15:54:10 +02:00
bf11705d11
exclude test file from npm package
2022-06-26 13:22:53 +02:00
99d172179e
update workflow
2022-06-26 13:20:15 +02:00
63de8056a5
adapt old test file
2022-06-26 13:17:41 +02:00
b953f4165a
typescript
2022-06-26 12:57:49 +02:00
c9da88c4bb
Options fix
v1.4.4
2022-06-22 19:11:53 +02:00
21ec1b6f2a
Update to v1.4.3
v1.4.3
2022-06-22 12:37:08 +02:00
Toby Schneider
97df6e7f81
Merge pull request #17 from IMZihad21/main
...
Destructure payload from decode function properly
2022-06-22 12:11:09 +02:00
ZèD
7198501a40
Destructure payload from decode function properly
...
The decode function returns an object containing a header and payload properties. Assigning the whole object to payload fails nbf and exp checks on verify JWT as those properties not found in decode return object directly. Instead, destructure payload property from decode return data that contains those values and check them correctly.
Signed-off-by: ZèD <imzihad@gmail.com >
2022-06-22 12:06:50 +06:00
cb6209b1b6
Docs fix
v1.4.2
2022-06-04 22:29:46 +02:00
8f4e5e3199
Docs fix
2022-06-04 22:29:30 +02:00