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
I've tried upgrading to v10.0.1 however OIDC now appears to be broken.
I'm getting an error:
TypeError: done is not a function
at AuthConfigurer.validateAuth (/workspace/node_modules/@mondomob/gae-node-nestjs/dist/auth/auth.configurer.js:71:21)
It seems there was a breaking change in the passport-openidconnect lib. They've changed the way in which arguments are passed into their strategy's validate (done) callback.
As a work around I've rolled things back on my end to v10.0.0 which addresses the issue but I thought I'd give you a heads up.
The text was updated successfully, but these errors were encountered:
I've tried upgrading to
v10.0.1
however OIDC now appears to be broken.I'm getting an error:
It seems there was a breaking change in the passport-openidconnect lib. They've changed the way in which arguments are passed into their strategy's validate (done) callback.
As a work around I've rolled things back on my end to
v10.0.0
which addresses the issue but I thought I'd give you a heads up.The text was updated successfully, but these errors were encountered: