JanssenProject / JanssenProject/jans
fix(jans-tarp): pass JSON string to cedarling wasm after breaking changes
Open
comp-jans-tarp
kind-bug
- Dominant language
- Java
- Stars
- 647
- Forks
- 173
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
**Describe the bug**
PR #14506 introduced a breaking change to the cedarling wasm binding, `authorize_unsigned` and `authorize_multi_issuer` now accept a JSON string not a JS object.
`demos/janssen-tarp/browser-extension` still passes raw objects, so both authorize flows break at runtime, the call sites need to be updated following the new changes
Contributor guide
Assessment
This issue has not been assessed yet.