We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter authorizationDetails is a JSON array of objects. To access individual objects, JSON.parse the string and iterate through its elements.
ewc-wallet-conformance-backend/routes/codeFlowJwtRoutes.js
Lines 93 to 103 in 1414291
The text was updated successfully, but these errors were encountered:
Hi, sorry for getting so long to get to this. I though it was simply a matter of logging...
In the staging branch, this is handled if not mistaken?
try { if (authorizationDetails) { authorizationDetails = JSON.parse( decodeURIComponent(authorizationDetails) ); } else { console.log("authorization_details was missing"); }
so can we close this?
Sorry, something went wrong.
No branches or pull requests
Parameter authorizationDetails is a JSON array of objects. To access individual objects, JSON.parse the string and iterate through its elements.
ewc-wallet-conformance-backend/routes/codeFlowJwtRoutes.js
Lines 93 to 103 in 1414291
The text was updated successfully, but these errors were encountered: