Open its-dibo opened 2 years ago
Ran into this myself. Until native supported is added I'm using this.
npm i @types/jsonwebtoken
There is a very simple work around, use https://github.com/panva/jose
It look less than 2 minutes to install and modify my code.
Ran into this myself. Until native supported is added I'm using this.