Skip to content
Advertisement

Tag: jwk

How to verify a JWT signature using Node-jose

I am trying to use node-jose to verify signatures of my JWTs. I know the secret, but am having trouble converting this secret into a JWK used for the verification. Here is an example of how I am trying to create my key with my secret and verify my token. This results in Error: no key found. Do I need

Advertisement