Using the V8 Node library, calling client.login errors out upon making the /userinfo call, only receiving an Unauthorized error message.
webAuth.client.login(
{
realm: 'Username-Password-Authentication',
username: email,
password: password,
scope: 'openid offline_access',
},
....
)
even adding the line audience: https://.....auth0.com/userinfo to the options when logging in doesn’t fix it. Problem started happening today, nothing was changed in regards to the login flow.