Open ralyodio opened 2 years ago
same, seems to originate from the upstream jwt package
we ended up moving this method to a node.js api that signs the token. I think signing a jwt token in the client is insecure anyway.
I'm having the same issue when using the mangrove-reviews
-library and bundling with vite
Same problem with Nuxt3 on the decode method
I'm getting this error using
jsonwebtoken
in the browser withsveltekit
....anyone know how to fix/polyfill?