nuxt-alt / auth

An alternative module to @nuxtjs/auth
https://nuxt-alt-auth.vercel.app/
MIT License
94 stars 20 forks source link

pin jwt-decode versoin to 3.1.2 #71

Closed nkmnz closed 8 months ago

nkmnz commented 8 months ago

Hi,

jwt-decode got a new release after 3yrs of inactivity: https://www.npmjs.com/package/jwt-decode?activeTab=versions v4 breaks the module for me. It would be great if we could pin the version of jwt-decode to the latest v3 (same would be great for all dependencies, to be honest, because otherwise, surprises like these will happen constantly and without any warning, even in production when local testing was fine).

toniengelhardt commented 8 months ago

This fixes https://github.com/nuxt-alt/auth/issues/72

toniengelhardt commented 8 months ago

I agree, pinning the packages to minor or patch versions, would be great.