fast-jwt
fast-jwt copied to clipboard
Use @node-rs/jsonwebtoken to verify JWT faster
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?