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
594cdd6c05
Docs fix
v1.4.1
2022-06-04 17:43:48 +02:00
f85abf30a8
Update docs
2022-06-04 17:43:11 +02:00
095b1d43f3
Update docs
2022-06-04 17:42:33 +02:00
0bc128fec1
Update docs
2022-06-04 17:40:47 +02:00
f846695242
Update docs
v1.4.0
2022-06-04 17:29:50 +02:00
695e1c0dfe
.decode() syntax change to support headers
2022-06-04 17:23:53 +02:00
64da4c625f
.verify() bugfix
v1.3.1
2022-06-04 14:53:59 +02:00
e4038ae0a7
Just to make sure
2022-06-04 14:40:06 +02:00
44329617de
Fix .verify() and add testing
v1.3.0
2022-06-04 14:18:06 +02:00
Toby Schneider
e7964b63c2
Merge pull request #9 from alaister/main
...
Add support for JWT header
2022-06-01 20:10:51 +02:00
b733a0650d
Update readme
v1.2.0
2022-06-01 15:11:57 +02:00
43879de15e
Implement throwError option for .verify().
2022-06-01 15:09:25 +02:00
0c8f476751
Update to v1.1.7
v1.1.7
2022-04-11 02:20:54 +02:00
3c5d178fec
Fix timestamp check
2022-04-11 02:20:14 +02:00
Alaister Young
f12cafd9d0
Add support for JWT header
2022-03-01 10:21:32 +11:00
e0219ff21f
Update to v1.1.6
v1.1.6
2022-02-27 16:15:58 +01:00
Toby Schneider
bc7fa845ed
Merge pull request #7 from plesiv/add-rsa-algorithm
...
Add support for RSA algorithm
2022-02-27 15:56:13 +01:00
Toby Schneider
5ee043e597
Merge pull request #8 from workeffortwaste/fix-constructor-error
...
Fix constructor error
2022-02-27 15:55:38 +01:00