[ node-cli | oidc-signin-tool | service ] : Drop support for core v3 and v4#306
[ node-cli | oidc-signin-tool | service ] : Drop support for core v3 and v4#306
Conversation
|
@aruniverse @ben-polinsky I notice that after updating oidc-client-ts to v4, our integ tests start failing in pipeline. I did check and that is because in v4, the package has dropped crypto-js which is leading to this error. I see that we use node v18, which doesn't have crypto in global. I tried updating node to v20 and it does work well and tests pass. I was just wondering if it is a good idea to update our node from v18 to v20 for our auth-client? |
|
look at the version of nodejs that itwinjs supports as of 5.0 |
Co-authored-by: Michael Swiger <108895074+MichaelSwigerAtBentley@users.noreply.github.com>
aruniverse
left a comment
There was a problem hiding this comment.
can we first get the browser-electron auth clients update pr through first?
change/@itwin-browser-authorization-463a9006-7adc-4ec0-b198-c891f747e7c5.json
Outdated
Show resolved
Hide resolved
change/@itwin-browser-authorization-463a9006-7adc-4ec0-b198-c891f747e7c5.json
Outdated
Show resolved
Hide resolved
change/@itwin-electron-authorization-a7286cbf-f25c-4d19-ad8e-230e1f3cca6a.json
Outdated
Show resolved
Hide resolved
…91f747e7c5.json Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com>
…91f747e7c5.json Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com>
I was just waiting for you to approve it. Merged. |
Uh oh!
There was an error while loading. Please reload this page.