We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e831228 commit f4701e1Copy full SHA for f4701e1
Changes
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
4
+v1.2.22 08 Apr 2022
5
+[Bug fixes]
6
+ * [jws] jws.Verify was ignoring the `b64` header when it was present
7
+ in the protected headers (#681). Now the following should work:
8
+
9
+ jws.Sign(..., jws.WithDetachedPayload(payload))
10
+ // previously payload had to be base64 encoded
11
+ jws.Verify(..., jws.WithDetachedPayload(payload))
12
13
+ (note: v2 branch was not affected)
14
15
v1.2.21 30 Mar 2022
16
[Bug fixes]
17
* [jwk] RSA keys without p and q can now be parsed.
0 commit comments