dwyl / hapi-auth-jwt2

:lock: Secure Hapi.js authentication plugin using JSON Web Tokens (JWT) in Headers, URL or Cookies
ISC License
798 stars 126 forks source link

update jsonwebtoken dependency #374

Closed AntoineAA closed 1 year ago

AntoineAA commented 1 year ago

Update jsonwebtoken dependency to address

maheshupasani commented 1 year ago

@nelsonic when this PR will get closed ?

diego-deriv commented 1 year ago

Will be nice to have this Merged

nelsonic commented 1 year ago

Hi Friends! 👋 Merging the PR is only part of the work. 🧑‍💻 I'm stoked that @AntoineAA made the time to create this 1-line PR. 🎉 But merging it will not automatically publish the new version to NPM. That requires additional steps. ⌛ Which, I'm finally back at my "Node.js" computer and can do. 👍

maheshupasani commented 1 year ago

Thank you very much @nelsonic @AntoineAA

nelsonic commented 1 year ago

@maheshupasani again, this is only the start of the update. A 1-line update to package.json, while very welcome, does not publish the package to NPM. That requires several extra steps: https://github.com/dwyl/hapi-auth-jwt2/pull/375

image https://xkcd.com/2347 |> https://www.explainxkcd.com/wiki/index.php/2347:_Dependency

nelsonic commented 1 year ago

hapi-auth-jwt2@10.4.0 published to NPM contains this update. 📦
Thanks again. 👌

nelsonic commented 1 year ago

https://www.npmjs.com/package/hapi-auth-jwt2/v/10.4.0

maheshupasani commented 1 year ago

Thank you @nelsonic

AntoineAA commented 1 year ago

@nelsonic thanks for the package maintenance!