fast-jwt icon indicating copy to clipboard operation
fast-jwt copied to clipboard

Use @node-rs/jsonwebtoken to verify JWT faster

Open pasha-vuiko opened this issue 4 months ago • 2 comments

Hey! First of all, thank you for creating this awesome library.

Recently I found the package: https://www.npmjs.com/package/@node-rs/jsonwebtoken I was thinking, maybe you would consider to use this to verify JWT instead of node:crypto, as the package uses Rust bindings to verify JWT, and it works 3x faster than node:crypto. What do you think?

pasha-vuiko avatar Oct 19 '24 20:10 pasha-vuiko