auth0 / node-oauth2-jwt-bearer

Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
MIT License
95 stars 31 forks source link

Node 21.5 support #130

Open ahmeier opened 10 months ago

ahmeier commented 10 months ago

Checklist

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.

codespearhead commented 10 months ago

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

vasyas commented 5 months ago

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

codespearhead commented 5 months ago

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.

houserx-jmcc commented 1 month ago

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