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
less options (removing support for processing deprecated response types, cutting down on the number of combinations that need to handled)
It may require node v22 for practical use:
openid-client@6 is an ESM module using ES2022 syntax
...
(Node.js) CJS style let client = require('openid-client') is possible in versions where process.features.require_module is true. This is a new Node.js feature slated to be released without a CLI flag in 23.x and 22.x
The text was updated successfully, but these errors were encountered:
v6 is a complete rewrite, with API changes: https://github.com/panva/openid-client/releases/tag/v6.0.0
This version aims to have less footguns:
It may require node v22 for practical use:
The text was updated successfully, but these errors were encountered: