Simple JWKS generator
A simple package that issues jwks for asymmetric key authentication
Usage
Serving the app
$ npx generate-jwks --alg ${alg} --crv ${crv} --output
output
If present, it will output the generated key to the given path.
A simple package that issues jwks for asymmetric key authentication
$ npx generate-jwks --alg ${alg} --crv ${crv} --output
output
If present, it will output the generated key to the given path.
npm i generate-jwks
0
1.0.3
MIT
2.21 kB
3