node-oauth2-jwt-bearer icon indicating copy to clipboard operation
node-oauth2-jwt-bearer copied to clipboard

Node 21.5 support

Open ahmeier opened this issue 1 year ago • 4 comments
trafficstars

Checklist

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

Describe the problem you'd like to have solved

Working with node 21.5, but noted that this package is not supported

Describe the ideal solution

Consider support for node 21.5

Alternatives and current workarounds

downgrade to most recent 20.x version

Additional context

Would be nice to have, but workaround exists.

ahmeier avatar Jan 10 '24 15:01 ahmeier

I wonder what use case would justify a non-LTS node version to be supported, since those version are not intended for production use.

codespearhead avatar Jan 14 '24 17:01 codespearhead

We also have node 22 out, so it would be nice to address it also.

vasyas avatar Jun 05 '24 15:06 vasyas

My last comment still holds: non-LTS are not meant to be used in production, so using them for any purpose other than developing Node itself is bad practice in the first place.

If you have different requirements that might justify it, please make a case for it.

codespearhead avatar Jun 07 '24 01:06 codespearhead

Since 21.5 seems contentious, I opened a new issue for 22 which is an even-numbered LTS release.

https://github.com/auth0/node-oauth2-jwt-bearer/issues/152

houserx-jmcc avatar Sep 18 '24 16:09 houserx-jmcc