tsndr / cloudflare-worker-jwt

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
MIT License
680 stars 55 forks source link

Support JWK format #29

Closed MichaelCereda closed 1 year ago

MichaelCereda commented 1 year ago

I improved https://github.com/tsndr/cloudflare-worker-jwt/pull/26 adding types for the JWK format and updating the runtime type check. I think some of the tests are failing tho. @tsndr would you mind taking a look? I think that those errors come from subtlecrypto itself.

MichaelCereda commented 1 year ago

This relates to https://github.com/tsndr/cloudflare-worker-jwt/issues/18 as well