tsndr / cloudflare-worker-jwt

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

Allow passing CryptoKey directly #55

Closed Le0Developer closed 7 months ago

Le0Developer commented 8 months ago

Currently you can only pass a string or JsonWebKey, but not an already imported CryptoKey.