teable
teable copied to clipboard
feat: expose error for oidc strategy for debugging with oauth2
Currently the oidc strategy would not expose the error message from openidconnect plugin from passport.js, after adding the error() method to the OIDCStrategy class, it would be helpful for users to debug their OIDC configurations.