@openid4vc/openid4vp 0.3.0-alpha-20250425121212 → 0.3.0-alpha-20250504132432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1058,7 +1058,7 @@ async function verifyJarRequest(options) {
|
|
|
1058
1058
|
if (!requestIsSigned) {
|
|
1059
1059
|
throw new Oauth2ServerErrorResponseError8({
|
|
1060
1060
|
error: Oauth2ErrorCodes7.InvalidRequestObject,
|
|
1061
|
-
error_description: "
|
|
1061
|
+
error_description: "JAR request object is not a valid JWT."
|
|
1062
1062
|
});
|
|
1063
1063
|
}
|
|
1064
1064
|
const { authorizationRequestPayload, signer, jwt } = await verifyJarRequestObject({
|