auth0 / express-openid-connect

An Express.js middleware to protect OpenID Connect web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using express-openid-connect with express 5

maciekpaprocki opened this issue · comments

Checklist

  • I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

Using express-openid-connect with express 5.

Describe the ideal solution

Possible not many changes are required, but package.json forbids it for now

Alternatives and current workarounds

Upgrade the version

Additional context

No response

Hi @maciekpaprocki thanks for the issue!

Unfortunately supporting pre-releases is not sustainable due to how npm validates peerDependencies, we recommend using the --legacy-peer-deps option to stop npm erroring on the conflict