Generate EC Private/Public Key Pair Natively in NodeJS
Some of my projects are leveraging the jsonwebtoken package to issue JWTs as access tokens to our users. The package itself requires private and public key pairs to be generated and accepts a few types of keys. One of them is an EC key pair with the…