iTwin / auth-clients

MIT License
6 stars 3 forks source link

Upgrade to v3 of oidc-client-ts #246

Open ben-polinsky opened 4 months ago

ben-polinsky commented 4 months ago

https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md

ben-polinsky commented 3 months ago

This is a breaking change for signin-tool because users on < node 18 will have to add a polyfil for crypto. Edit: yes we could add it, but the browserify-crypto package has not been updated in 7 years and node automatically adds crypto to globalThis.

Edit 2: node 18 is in maintenance anyway