You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Suddenly the library is not sending the clientId in the request body.
No code was changed in the application and I can recreate this when installing js-client-oauth2 on a brand new project.
I had to fix this by injecting the client_id in the request body {body: {client_id: 'test_client'}},:
Suddenly the library is not sending the
clientId
in the request body.No code was changed in the application and I can recreate this when installing js-client-oauth2 on a brand new project.
I had to fix this by injecting the
client_id
in the request body{body: {client_id: 'test_client'}},
:Are you aware of this issue?
How can we fix it?
The text was updated successfully, but these errors were encountered: