jwks-provider
Serializer of keys for jwks route
Use
npm install jwks-provider
// Example mounting a jwks route in expressconst express = const getKeyList = const serialize = const app = app
Test
Requires Node version >= 10.12.0
since it uses crypto.generateKeyPair()
to
generate keys for the tests.
npm run lint && npm test