Skip to content

Commit 8ff6c75

Browse files
committed
Update Changes
1 parent ea97e8c commit 8ff6c75

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changes
22
=======
33

4+
v1.2.23 13 Apr 2022
5+
[Bug fixes]
6+
* [jwk] jwk.AutoRefresh had a race condition when `Configure()` was
7+
called concurrently (#686)
8+
(It has been patched correctly, but we may come back to revisit
9+
the design choices in the near future)
10+
11+
v1.2.22 08 Apr 2022
12+
[Bug fixes]
13+
* [jws] jws.Verify was ignoring the `b64` header when it was present
14+
in the protected headers (#681). Now the following should work:
15+
16+
jws.Sign(..., jws.WithDetachedPayload(payload))
17+
// previously payload had to be base64 encoded
18+
jws.Verify(..., jws.WithDetachedPayload(payload))
19+
20+
(note: v2 branch was not affected)
21+
422
v1.2.21 30 Mar 2022
523
[Bug fixes]
624
* [jwk] RSA keys without p and q can now be parsed.

0 commit comments

Comments
 (0)