Closed mrbm closed 2 years ago
Quick question, if i needed to sign something with the following header:
{ "alg": "HS256", "typ": "JWT", "dd-ver": "AA-JWT-V1" }
What would be the proper way to go about doing this with your package...i seem to be failing.
Thanks!
Reading through your code it seems this would not be possible :/
https://github.com/tsndr/cloudflare-worker-jwt/pull/9
Quick question, if i needed to sign something with the following header:
What would be the proper way to go about doing this with your package...i seem to be failing.
Thanks!