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
When update to versión 2.5.2 get the following error.
BadRequestError: checks.state argument is missing
at /home/app/node_modules/express-openid-connect/middleware/auth.js:121:31
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
In this version I cannot find the checks object that I found in older versions in the auth.js file.
Checklist
Description
When update to versión 2.5.2 get the following error.
BadRequestError: checks.state argument is missing
at /home/app/node_modules/express-openid-connect/middleware/auth.js:121:31
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
In this version I cannot find the checks object that I found in older versions in the auth.js file.
Reproduction
1 - I have a production app with auth0 integrated via openid connect
2 - Update openid-connect
3 - Get error provide in description
Additional context
No response
express-openid-connect version
2.5.2
Express version
4.17.1
Node.js version
v16.15.0 and 18.17.1
The text was updated successfully, but these errors were encountered: