code-examples-node icon indicating copy to clipboard operation
code-examples-node copied to clipboard

Update jwtConsole.js

Open rotejim opened this issue 1 year ago • 0 comments

The response of the function requestJWTUserToken is not returning a body variable inside it, but rather the data variable.

data: { error: 'consent_required' }

This bug generates a 400 error when executing the example code so the authentication process cannot be completed.

rotejim avatar Jun 10 '24 09:06 rotejim