File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11Changes
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+
422v1.2.21 30 Mar 2022
523[Bug fixes]
624 * [jwk] RSA keys without p and q can now be parsed.
You can’t perform that action at this time.
0 commit comments